[syslinux] [GIT PULL] elflink ldlinux

Matt Fleming matt at console-pimps.org
Fri Apr 1 02:48:54 PDT 2011


The following changes since commit 8c576f1fe03e34879921311f46613a35c6530000:

  Merge remote-tracking branch 'mfleming/for-hpa/elflink/fix-compiler-warnings' into elflink (2011-03-16 12:53:58 -0700)

are available in the git repository at:

  git://git.zytor.com/users/mfleming/syslinux.git for-hpa/elflink/ldlinux

Matt Fleming (1):
      ldlinux: Perform auto-boot if NOESCAPE set in config file

 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 85066b1..a23b2f3 100644
--- a/com32/elflink/ldlinux/ldlinux.c
+++ b/com32/elflink/ldlinux/ldlinux.c
@@ -65,7 +65,7 @@ static int ldlinux_main(int argc, char **argv)
 	/*
 	 * Auto boot
 	 */
-	if (defaultlevel || !noescape) {
+	if (defaultlevel || noescape) {
 		if (defaultlevel) {
 			load_kernel();	/* Shouldn't return */
 		} else {




More information about the Syslinux mailing list