[SCM] Debian Live build scripts branch, master, updated. 1.0.3-1-17-g4a981db

Daniel Baumann daniel at debian.org
Sun Feb 8 10:32:22 UTC 2009


The following commit has been merged in the master branch:
commit 4a981db128e87cb65bea369227c5b345efce58bb
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 11:31:05 2009 +0100

    Including the distribution name in iso volume when being in debian mode.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index cab2492..94d074c 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -677,7 +677,7 @@ Set_defaults ()
 	then
 		case "${LH_MODE}" in
 			debian)
-				LH_ISO_VOLUME="Debian Live \$(date +%Y%m%d-%H:%M)"
+				LH_ISO_VOLUME="Debian Live ${LH_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
 				;;
 
 			debian-release)

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list