[SCM] Debian Live build scripts branch, master, updated. 1.0.3-1-15-g209b6d9

Daniel Baumann daniel at debian.org
Sun Feb 8 10:14:44 UTC 2009


The following commit has been merged in the master branch:
commit 209b6d9ce88a584a7b336bb1c3489d633b579658
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 11:13:32 2009 +0100

    Adding own iso volume when beeing in release mode.

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5f57c92..f1e1e3a 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -676,10 +676,15 @@ Set_defaults ()
 	if [ -z "${LH_ISO_VOLUME}" ]
 	then
 		case "${LH_MODE}" in
-			debian|debian-release)
+			debian)
 				LH_ISO_VOLUME="Debian Live \$(date +%Y%m%d-%H:%M)"
 				;;
 
+			debian-release)
+				eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`"
+				LH_ISO_VOLUME="Debian ${VERSION} ${ARCHITECTURE} live"
+				;;
+
 			emdebian)
 				LH_ISO_VOLUME="Emdebian Live \$(date +%Y%m%d-%H:%M)"
 				;;

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list