summaryrefslogtreecommitdiff
path: root/helpers/binary_syslinux
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-05-16 18:53:09 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:08 +0100
commit73090fe9956085216cbf9b52ae9b9cfcc1a32ac3 (patch)
tree85c70f17b17d429eb974e20bd59d7577c1e589ac /helpers/binary_syslinux
parentcaaf28ec95c5bd76f49a1fbc2fe7e354c9287132 (diff)
downloadlive-build-73090fe9956085216cbf9b52ae9b9cfcc1a32ac3.zip
live-build-73090fe9956085216cbf9b52ae9b9cfcc1a32ac3.tar.gz
Updating default boot parameters to include live-config.
Diffstat (limited to 'helpers/binary_syslinux')
-rwxr-xr-xhelpers/binary_syslinux4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_syslinux b/helpers/binary_syslinux
index e3a8f72..116eaf4 100755
--- a/helpers/binary_syslinux
+++ b/helpers/binary_syslinux
@@ -126,7 +126,7 @@ Syslinux_live_entry ()
fi
LINUX_LIVE="${LINUX_LIVE}\tkernel ${LIVE_KERNEL_PATH}/${KERNEL}\n"
- LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} ${LH_BOOTAPPEND_LIVE} ${APPEND}\n"
+ LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} live-config ${LH_BOOTAPPEND_LIVE} ${APPEND}\n"
# Failsafe kernel
LINUX_LIVE="${LINUX_LIVE}\nlabel ${LABEL}failsafe\n"
@@ -138,7 +138,7 @@ Syslinux_live_entry ()
fi
LINUX_LIVE="${LINUX_LIVE}\tkernel ${LIVE_KERNEL_PATH}/${KERNEL}\n"
- LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} ${LH_BOOTAPPEND_LIVE} ${APPEND} ${FAILSAFE}\n"
+ LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} live-config ${LH_BOOTAPPEND_LIVE} ${APPEND} ${FAILSAFE}\n"
}
Syslinux_install_entry ()