[SCM] Debian Live build scripts branch, master, updated. 1.0.3-2-15-gd588c64

Daniel Baumann daniel at debian.org
Wed Feb 18 16:55:39 UTC 2009


The following commit has been merged in the master branch:
commit d588c6462812ecdbd157b58ec29ea891d4bdbea6
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Feb 18 17:53:09 2009 +0100

    Shortening LH_ISO_VOLUME defaults to not exceed max lenght (Closes: #515974).

diff --git a/functions/defaults.sh b/functions/defaults.sh
index 4fb6e76..e9e3d14 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -682,7 +682,7 @@ Set_defaults ()
 	then
 		case "${LH_MODE}" in
 			debian)
-				LH_ISO_VOLUME="Debian Live ${LH_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
+				LH_ISO_VOLUME="Debian ${LH_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
 				;;
 
 			debian-release)
@@ -691,7 +691,7 @@ Set_defaults ()
 				;;
 
 			emdebian)
-				LH_ISO_VOLUME="Emdebian Live \$(date +%Y%m%d-%H:%M)"
+				LH_ISO_VOLUME="Emdebian ${LH_DISTRIBUTION} \$(date +%Y%m%d-%H:%M)"
 				;;
 		esac
 	fi

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list