[SCM] debian-live branch, master, updated. 1.0.0-2-12-g3f067c9

Chris Lamb chris at chris-lamb.co.uk
Sun Sep 7 10:40:14 UTC 2008


The following commit has been merged in the master branch:
commit 3f067c901801b19abc8dc4f2191b8f87c908c2d0
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