Including the distribution name in iso volume when being in debian mode.
This commit is contained in:
parent
b32d8b0eb3
commit
8c95e65a48
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue