[VCS] syslinux branch, debian, updated. debian/3.84+dfsg-1-9-g9f55c4b

Daniel Baumann daniel at debian.org
Tue Feb 9 13:31:05 UTC 2010


The following commit has been merged in the debian branch:
commit 9f55c4b8f55c21741da665d6e9d502ddec28ef0f
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Feb 9 14:27:15 2010 +0100

    Renaming single-user mode to recovery mode to be consistent with grub2.

diff --git a/debian/local/update-extlinux b/debian/local/update-extlinux
index db797fb..aad8caa 100755
--- a/debian/local/update-extlinux
+++ b/debian/local/update-extlinux
@@ -46,7 +46,7 @@ EOF
 		fi
 	done < /etc/fstab
 
-	EXTLINUX_ALTERNATIVES="single"
+	EXTLINUX_ALTERNATIVES="recovery"
 	EXTLINUX_MENU_LABEL="Debian GNU/Linux, kernel"
 	EXTLINUX_PARAMETERS="ro quiet"
 
@@ -126,19 +126,19 @@ EOF
 
 	fi
 
-	if echo ${ALTERNATIVES} | grep -q single
+	if echo ${ALTERNATIVES} | grep -q recovery
 	then
 
-# Writing rescue entry
+# Writing recovery entry
 cat >> "${DIRECTORY}/kernel.cfg" << EOF
 
 label kernel${NUMBER}s
-	menu label ${MENU_LABEL} ${VERSION} (single-user)
+	menu label ${MENU_LABEL} ${VERSION} (recovery mode)
 	menu default
 	kernel /boot/vmlinuz-${VERSION}
 	append ${INITRD} ${ROOT} ${PARAMETERS} single
 	text help
-   This option boots the system into single-user mode (for rescue purposes)
+   This option boots the system into recovery mode (single-user)
 	endtext
 EOF
 

-- 
syslinux



More information about the syslinux-vcs mailing list