aboutsummaryrefslogtreecommitdiff
path: root/src/boot.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-12-21 22:52:50 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-12-21 22:52:50 -0500
commit57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a (patch)
tree770c521c14b03d0a5aa2f867bc7fee675ab828b0 /src/boot.c
parent9c6fb72b852dbeea752caa05bbdc4236dbb08d40 (diff)
downloadseabios-57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a.zip
seabios-57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a.tar.gz
seabios-57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a.tar.bz2
Minor: Separate UUID display from F12 boot prompt.
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>
Diffstat (limited to 'src/boot.c')
-rw-r--r--src/boot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.c b/src/boot.c
index 3ca7960..c67cc7f 100644
--- a/src/boot.c
+++ b/src/boot.c
@@ -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();