From 8c95e65a48b83b793ca6ee98561ac2f3de0aab2c Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 8 Feb 2009 11:31:05 +0100
Subject: Including the distribution name in iso volume when being in debian
 mode.

---
 functions/defaults.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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