aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-05-18 15:42:38 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-05-18 15:42:38 -0700
commitf42cf78bf0581ca6515b1e3c89d05de432c71fce (patch)
treeeaa68dbc7f73eb8fbb77fdf1c972519feabe610a
parentb3fd7f6bad03b75cfa31c1cf837168cfe787152f (diff)
downloadsyslinux-f42cf78bf0581ca6515b1e3c89d05de432c71fce.tar.gz
syslinux-f42cf78bf0581ca6515b1e3c89d05de432c71fce.tar.xz
syslinux-f42cf78bf0581ca6515b1e3c89d05de432c71fce.zip
CLI: Stick to the classic "boot: " prompt rather than "syslinux$"
Just for familiarity... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--com32/elflink/ldlinux/ldlinux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/elflink/ldlinux/ldlinux.c b/com32/elflink/ldlinux/ldlinux.c
index f11a65c0..3950a78c 100644
--- a/com32/elflink/ldlinux/ldlinux.c
+++ b/com32/elflink/ldlinux/ldlinux.c
@@ -214,7 +214,7 @@ static void enter_cmdline(void)
/* Enter endless command line prompt, should support "exit" */
while (1) {
- cmdline = edit_cmdline("syslinux$", 1, NULL, cat_help_file);
+ cmdline = edit_cmdline("boot: ", 1, NULL, cat_help_file);
printf("\n");
/* return if user only press enter or we timed out */