diff options
Diffstat (limited to 'functions/defaults.sh')
-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 f1e1e3a6e..cab249254 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -682,7 +682,7 @@ Set_defaults () debian-release) eval VERSION="$`echo RELEASE_${LH_DISTRIBUTION}`" - LH_ISO_VOLUME="Debian ${VERSION} ${ARCHITECTURE} live" + LH_ISO_VOLUME="Debian ${VERSION} ${LH_ARCHITECTURE} live" ;; emdebian) |