summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-09-07 11:25:45 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:41 +0100
commit80bcf4d3b72b1b5f7e5f3a59699bf52462c0e84c (patch)
tree1e1d97ddc1031f7c9a1fe4694ca5cec0089a991d /helpers/lh_binary_syslinux
parent7640ae13b513bebff916817cbee7ff1f49568fa4 (diff)
downloadlive-build-80bcf4d3b72b1b5f7e5f3a59699bf52462c0e84c.zip
live-build-80bcf4d3b72b1b5f7e5f3a59699bf52462c0e84c.tar.gz
Standardise on appending " (fail-safe mode)" for all bootloaders.
Diffstat (limited to 'helpers/lh_binary_syslinux')
-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 f3abff3..69a6ced 100755
--- a/helpers/lh_binary_syslinux
+++ b/helpers/lh_binary_syslinux
@@ -120,7 +120,7 @@ Syslinux_live_entry ()
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}\tMENU LABEL ${MENULABEL} (fail-safe mode)\n"
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"
}