diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-10 15:23:27 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-10 15:23:27 +0100 |
commit | 7cacae2d940e17a7627413bc934ea198de0ab486 (patch) | |
tree | 6aa0ef68a2431dd7cc00d200e35833335313d52d /helpers | |
parent | 27e3585e7a6b3596ad6608615b8320e51fd7ae5e (diff) | |
download | vyos-live-build-7cacae2d940e17a7627413bc934ea198de0ab486.tar.gz vyos-live-build-7cacae2d940e17a7627413bc934ea198de0ab486.zip |
Renaming live-failsafe boot target to livefailsafe (Closes: #450576).
Diffstat (limited to 'helpers')
-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" |