From c5df1371f8e5f092522de8c5fd0c4b282520baac Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 16 May 2011 14:59:38 +0200 Subject: Removing defaults for the alpha architecture, not supported by debian anymore. --- functions/defaults.sh | 13 ------------- 1 file changed, 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) -- cgit v1.2.3