]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[multiboot] Reduce length of "Features" startup banner
authorMichael Brown <mcb30@ipxe.org>
Sun, 12 Sep 2010 17:40:02 +0000 (18:40 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 12 Sep 2010 21:18:11 +0000 (22:18 +0100)
Minimise the chances of an unwanted line wrap on the iPXE feature list
printed at startup.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/image/multiboot.c

index e2075defe4766d3aa61524be52149d74ed4539c7..041f0f2ae4b02db32fa322c032f292b426a80494 100644 (file)
@@ -38,7 +38,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #include <ipxe/init.h>
 #include <ipxe/features.h>
 
-FEATURE ( FEATURE_IMAGE, "Multiboot", DHCP_EB_FEATURE_MULTIBOOT, 1 );
+FEATURE ( FEATURE_IMAGE, "MBOOT", DHCP_EB_FEATURE_MULTIBOOT, 1 );
 
 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT );