diff options
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index cab249254..94d074ce4 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) |