diff options
author | Daniel Baumann <daniel@debian.org> | 2011-05-16 14:59:38 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-05-16 14:59:38 +0200 |
commit | c5df1371f8e5f092522de8c5fd0c4b282520baac (patch) | |
tree | 1312d6bb00289374b92aa0cbe46f601fd3284356 /functions | |
parent | 85ef0adafb004cee440529d6284d0b2f62999831 (diff) | |
download | vyos-live-build-c5df1371f8e5f092522de8c5fd0c4b282520baac.tar.gz vyos-live-build-c5df1371f8e5f092522de8c5fd0c4b282520baac.zip |
Removing defaults for the alpha architecture, not supported by debian anymore.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 4a49b4838..4c0518a0b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -592,19 +592,6 @@ Set_defaults () exit 1 ;; - alpha) - case "${LB_MODE}" in - progress|ubuntu) - Echo_error "Architecture ${LB_ARCHITECTURES} not supported in the ${LB_MODE} mode." - exit 1 - ;; - - *) - LB_LINUX_FLAVOURS="${LB_LINUX_FLAVOURS:-alpha-generic}" - ;; - esac - ;; - amd64) case "${LB_MODE}" in ubuntu) |