diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-26 03:36:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-26 03:36:23 +0000 |
commit | 90ef34b6b7a0da429bce723bb18d99c78afb1724 (patch) | |
tree | 3d6964271ec4c05aac65d1b266c4a74bb09ba628 /share | |
parent | Allow to select/deselect main repository in container debconf create script. (diff) | |
download | compute-tools-90ef34b6b7a0da429bce723bb18d99c78afb1724.tar.xz compute-tools-90ef34b6b7a0da429bce723bb18d99c78afb1724.zip |
Removing armel and armhf support in container debconf create script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf.d/0003-debconf | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/share/scripts/debconf.d/0003-debconf b/share/scripts/debconf.d/0003-debconf index 69a1e09..d7a1e35 100755 --- a/share/scripts/debconf.d/0003-debconf +++ b/share/scripts/debconf.d/0003-debconf @@ -118,20 +118,8 @@ Architecture () arm64) DEFAULT="arm64" - CHOICES="Automatic, Rpi1 (armel), Rpi2 (armhf), Rpi3 (arm64)" - CHOICES_C="auto, armel, armhf, arm64" - ;; - - armel) - DEFAULT="armel" - CHOICES="Automatic, Rpi1 (armel)" - CHOICES_C="auto, armel" - ;; - - armhf) - DEFAULT="armhf" - CHOICES="Automatic, Rpi1 (armel), Rpi2 (armhf)" - CHOICES_C="auto, armel, armhf" + CHOICES="Automatic, RaspberryPi 3 (arm64)" + CHOICES_C="auto, arm64" ;; i386) |