[SCM] live-tools branch, debian, updated. debian/3.0_a7-1-13-g0b1db06

Daniel Baumann daniel at debian.org
Fri Apr 6 11:48:22 UTC 2012


The following commit has been merged in the debian branch:
commit a707f2442c0213f7fbf37da435b431f3a4a133ee
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 5 19:46:18 2012 +0200

    Wording output message about being a debian-live based system more generically in live-system.

diff --git a/scripts/live-system b/scripts/live-system
index bf35357..0d1fa67 100755
--- a/scripts/live-system
+++ b/scripts/live-system
@@ -25,7 +25,7 @@ exec 1>&2
 
 case "${1}" in
 	-h|--help|-u|--usage)
-		echo "live-system - determine if running system is a live system"
+		echo "live-system - determine if running system is a debian-live based system"
 		echo
 		echo "Usage: ${0} [-v|--verbose]"
 
@@ -37,7 +37,7 @@ case "${1}" in
 		;;
 esac
 
-[ "${_VERBOSE}" ] && echo -n "Checking for live-system... "
+[ "${_VERBOSE}" ] && echo -n "Checking for debian-live based system... "
 
 if [ ! -e /proc/cmdline ]
 then
@@ -47,7 +47,7 @@ fi
 
 if grep -qs boot=live /proc/cmdline
 then
-	[ "${_VERBOSE}" ] && echo -n " yes, this is a live system"
+	[ "${_VERBOSE}" ] && echo -n " yes, this is a debian-live based system"
 
 	if [ -d /live/image/install ]
 	then
@@ -63,7 +63,7 @@ then
 
 	exit 0
 else
-	[ "${_VERBOSE}" ] && echo " no, this is not a live system."
+	[ "${_VERBOSE}" ] && echo " no, this is not a debian-live based system."
 
 	exit 1
 fi

-- 
live-tools



More information about the debian-live-changes mailing list