Browse Source

[multiboot] Reduce length of "Features" startup banner

Minimise the chances of an unwanted line wrap on the iPXE feature list
printed at startup.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
97eda5be0d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/image/multiboot.c

+ 1
- 1
src/arch/i386/image/multiboot.c View File

38
 #include <ipxe/init.h>
38
 #include <ipxe/init.h>
39
 #include <ipxe/features.h>
39
 #include <ipxe/features.h>
40
 
40
 
41
-FEATURE ( FEATURE_IMAGE, "Multiboot", DHCP_EB_FEATURE_MULTIBOOT, 1 );
41
+FEATURE ( FEATURE_IMAGE, "MBOOT", DHCP_EB_FEATURE_MULTIBOOT, 1 );
42
 
42
 
43
 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT );
43
 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT );
44
 
44
 

Loading…
Cancel
Save