Including the distribution name in iso volume when being in debian mode.

This commit is contained in:
Daniel Baumann 2009-02-08 11:31:05 +01:00
parent b32d8b0eb3
commit 8c95e65a48
1 changed files with 1 additions and 1 deletions

View File

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