summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-10 15:23:27 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:28 +0100
commit7fc3e5c0e408a206184fddf6cda1ffc8831078bd (patch)
tree6aa0ef68a2431dd7cc00d200e35833335313d52d /helpers
parent72220890bd5f0d6ace56c0e1d8139d9010bc8d0e (diff)
downloadlive-build-7fc3e5c0e408a206184fddf6cda1ffc8831078bd.zip
live-build-7fc3e5c0e408a206184fddf6cda1ffc8831078bd.tar.gz
Renaming live-failsafe boot target to livefailsafe (Closes: #450576).
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_binary_syslinux2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux
index 109f96d..afae512 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -117,7 +117,7 @@ Syslinux_live_entry ()
LINUX_LIVE="${LINUX_LIVE}\tappend initrd=${LIVE_KERNEL_PATH}/${INITRD} boot=${INITFS} ${LH_BOOTAPPEND_LIVE} ${APPEND}\n"
# Failsafe kernel
- LINUX_LIVE="${LINUX_LIVE}\nLABEL ${LABEL}-failsafe\n"
+ LINUX_LIVE="${LINUX_LIVE}\nLABEL ${LABEL}failsafe\n"
# Write the menu label if the syslinux menu is being use
LINUX_LIVE="${LINUX_LIVE}\tMENU LABEL ${MENULABEL} Failsafe\n"
LINUX_LIVE="${LINUX_LIVE}\tkernel ${LIVE_KERNEL_PATH}/${KERNEL}\n"