[SCM] debian-live branch, master, updated. 1.0.0-2-16-g1c25a40
Daniel Baumann
daniel at debian.org
Sun Sep 7 20:02:24 UTC 2008
The following commit has been merged in the master branch:
commit a8f0a7099b456384ea004791143df908479e53d6
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Sun Sep 7 11:25:45 2008 +0100
Standardise on appending " (fail-safe mode)" for all bootloaders.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
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"
}
--
debian-live
More information about the debian-live-changes
mailing list