diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-08 11:22:58 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:41 +0100 |
commit | b32d8b0eb3cbf910e116b45ff0632ac3ce9837fc (patch) | |
tree | bcec818d23fc1884753f2e7401381cba3090ada0 /functions | |
parent | c2e7d59973d98447ba670aa677cd166a6319ad81 (diff) | |
download | vyos-live-build-b32d8b0eb3cbf910e116b45ff0632ac3ce9837fc.tar.gz vyos-live-build-b32d8b0eb3cbf910e116b45ff0632ac3ce9837fc.zip |
Correcting typo in iso volume.
Diffstat (limited to 'functions')
-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) |