[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 ee9532233850313b96188399d4137b4ee1364f79
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Apr 5 19:40:01 2012 +0200

    Making failure message when not being used on a debian-live based system in live-toram more generic.

diff --git a/scripts/live-toram b/scripts/live-toram
index f1ec8b8..ed71c91 100755
--- a/scripts/live-toram
+++ b/scripts/live-toram
@@ -31,10 +31,10 @@ else
 	done
 fi
 
-# Exit if system is not debian live
+# Exit if system is not debian-live based system
 if [ ! -d /live/image ]
 then
-	echo "E: live-toram only works on Debian Live systems."
+	echo "E: live-toram only works on Debian Live based systems."
 
 	exit 1
 fi

-- 
live-tools



More information about the debian-live-changes mailing list