summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-02-18 17:53:09 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:09:42 +0100
commit3d0af3226983b718dc7fc668763682b00d903f48 (patch)
treef2e09b2f9ef43153caf16db6e52b23b458427c7f /functions
parentfeaf89c21965c900e3d5176c3a42170430d4f4d3 (diff)
downloadlive-build-3d0af3226983b718dc7fc668763682b00d903f48.zip
live-build-3d0af3226983b718dc7fc668763682b00d903f48.tar.gz
Shortening LH_ISO_VOLUME defaults to not exceed max lenght (Closes: #515974).
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh4
1 files 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