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

This commit is contained in:
Daniel Baumann 2009-02-18 17:53:09 +01:00
parent feaf89c219
commit 3d0af32269
1 changed files with 2 additions and 2 deletions

View File

@ -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