]> xenbits.xensource.com Git - seabios.git/commitdiff
Minor: Separate UUID display from F12 boot prompt.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 22 Dec 2012 03:52:50 +0000 (22:52 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 22 Dec 2012 03:52:50 +0000 (22:52 -0500)
Place the extra newline as part of the F12 prompt instead of the
SeaBIOS version banner so that a UUID report (when present) is still
visually separated from the boot menu prompt.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/boot.c
src/bootsplash.c

index 3ca7960bf73f95d3afffe315be3d5adeeafa576d..c67cc7f36311e3ba0cb3738eed2c6b9cc27d317b 100644 (file)
@@ -400,7 +400,7 @@ interactive_bootmenu(void)
     while (get_keystroke(0) >= 0)
         ;
 
-    printf("Press F12 for boot menu.\n\n");
+    printf("\nPress F12 for boot menu.\n\n");
 
     u32 menutime = romfile_loadint("etc/boot-menu-wait", DEFAULT_BOOTMENU_WAIT);
     enable_bootsplash();
index 78023a59451cb8aaebd11f263f9ea3b4f2cafcea..3aac459b8898e10e1641e145baadba8b83cd1973 100644 (file)
@@ -45,7 +45,7 @@ enable_vga_console(void)
     call16_int10(&br);
 
     // Write to screen.
-    printf("SeaBIOS (version %s)\n\n", VERSION);
+    printf("SeaBIOS (version %s)\n", VERSION);
 }
 
 static int