[SCM] live-tools branch, debian, updated. debian/3.0_a7-1-13-g0b1db06
Daniel Baumann
daniel at debian.org
Fri Apr 6 11:48:23 UTC 2012
The following commit has been merged in the debian branch:
commit 0ca4566f562beb69549ee5a84f6fd5aa06aa8664
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Apr 5 20:09:48 2012 +0200
Rewording messages about debian-installer combinations in live-system.
diff --git a/scripts/live-system b/scripts/live-system
index 636a4b6..c12f3f0 100755
--- a/scripts/live-system
+++ b/scripts/live-system
@@ -55,12 +55,12 @@ then
then
if ls /live/image/install/pool/main/l/live-installer/live-installer_*.udeb > /dev/null 2>&1
then
- [ "${_VERBOSE}" ] && echo " with live-installer support."
+ [ "${_VERBOSE}" ] && echo " with debian-installer (live) support."
else
- [ "${_VERBOSE}" ] && echo " without live-installer support."
+ [ "${_VERBOSE}" ] && echo " with debian-installer (normal) support."
fi
else
- [ "${_VERBOSE}" ] && echo "without installer support."
+ [ "${_VERBOSE}" ] && echo "without debian-installer support."
fi
exit 0
--
live-tools
More information about the debian-live-changes
mailing list