diff options
| author | Michael Brown | 2010-09-12 19:40:02 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-09-12 23:18:11 +0200 |
| commit | 97eda5be0df168866f1b10f9e05ae771af702462 (patch) | |
| tree | 0c165747ebdd91977559c7e612398494c82f93d9 | |
| parent | [retry] Add TIMER_INIT() for initialising static timers (diff) | |
| download | ipxe-97eda5be0df168866f1b10f9e05ae771af702462.tar.gz ipxe-97eda5be0df168866f1b10f9e05ae771af702462.tar.xz ipxe-97eda5be0df168866f1b10f9e05ae771af702462.zip | |
[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>
| -rw-r--r-- | src/arch/i386/image/multiboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/multiboot.c b/src/arch/i386/image/multiboot.c index e2075defe..041f0f2ae 100644 --- a/src/arch/i386/image/multiboot.c +++ b/src/arch/i386/image/multiboot.c @@ -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 ); |
