From 3d0af3226983b718dc7fc668763682b00d903f48 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Wed, 18 Feb 2009 17:53:09 +0100
Subject: Shortening LH_ISO_VOLUME defaults to not exceed max lenght (Closes:
 #515974).

---
 functions/defaults.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
cgit v1.0