diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-10 15:23:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:28 +0100 |
commit | 7fc3e5c0e408a206184fddf6cda1ffc8831078bd (patch) | |
tree | 6aa0ef68a2431dd7cc00d200e35833335313d52d /helpers/lh_binary_syslinux | |
parent | 72220890bd5f0d6ace56c0e1d8139d9010bc8d0e (diff) | |
download | vyos-live-build-7fc3e5c0e408a206184fddf6cda1ffc8831078bd.tar.gz vyos-live-build-7fc3e5c0e408a206184fddf6cda1ffc8831078bd.zip |
Renaming live-failsafe boot target to livefailsafe (Closes: #450576).
Diffstat (limited to 'helpers/lh_binary_syslinux')
-rwxr-xr-x | helpers/lh_binary_syslinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_syslinux b/helpers/lh_binary_syslinux index 109f96d05..afae5122b 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" |