summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh13
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)