diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 13:59:19 +0200 |
commit | e9ed48833fee3e9232917282f0af88d39bca673e (patch) | |
tree | 75c88b1ca2e1624e2b9644ce767cca77511f34bf /helpers | |
parent | 6c45ff08704bd84fd7c45b294e843c642cc17a16 (diff) | |
download | vyos-live-build-e9ed48833fee3e9232917282f0af88d39bca673e.tar.gz vyos-live-build-e9ed48833fee3e9232917282f0af88d39bca673e.zip |
Using Debian terminology for images of unreleased suites.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_binary_disk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_binary_disk b/helpers/lh_binary_disk index afd0828be..ef03ec3b4 100755 --- a/helpers/lh_binary_disk +++ b/helpers/lh_binary_disk @@ -59,6 +59,11 @@ DISTRIBUTION="`echo ${LH_DISTRIBUTION} | cut -b 1 | tr '[a-z]' '[A-Z]'`" DISTRIBUTION="${DISTRIBUTION}`echo ${LH_DISTRIBUTION} | cut -b 2-`" eval VERSION="$`echo VERSION_${LH_DISTRIBUTION}`" +if [ "${LH_DISTRIBUTION}" != "etch" ] +then + ARCHITECTURE="Snapshot ${ARCHITECTURE}" +fi + case "${LH_MODE}" in debian) case "${LH_DEBIAN_INSTALLER}" in |