[syslinux:elflink] CLI: Stick to the classic "boot: " prompt rather than "syslinux$"

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri May 18 15:45:02 PDT 2012


Commit-ID:  f42cf78bf0581ca6515b1e3c89d05de432c71fce
Gitweb:     http://www.syslinux.org/commit/f42cf78bf0581ca6515b1e3c89d05de432c71fce
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 18 May 2012 15:42:38 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 18 May 2012 15:42:38 -0700

CLI: Stick to the classic "boot: " prompt rather than "syslinux$"

Just for familiarity...

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 com32/elflink/ldlinux/ldlinux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/elflink/ldlinux/ldlinux.c b/com32/elflink/ldlinux/ldlinux.c
index f11a65c..3950a78 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 */


More information about the Syslinux-commits mailing list