From c1dbce29ed3f637a78bd910e92181b21e77144b7 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 26 Jun 2023 14:36:03 +0200 Subject: [PATCH] testing: Remove support for Debian stretch --- testing/scripts/build-baseimage | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/testing/scripts/build-baseimage b/testing/scripts/build-baseimage index 26786a9166..7d51ec722c 100755 --- a/testing/scripts/build-baseimage +++ b/testing/scripts/build-baseimage @@ -31,10 +31,6 @@ bullseye) ;; esac case "$BASEIMGSUITE" in -stretch) - INC=$INC,libahven5-dev,libxmlada-schema6-dev,libgmpada6-dev - INC=$INC,libalog2-dev - ;; buster) INC=$INC,libahven7-dev,libxmlada-schema8-dev,libgmpada8-dev INC=$INC,libalog4-dev,dbus-user-session @@ -153,14 +149,10 @@ do execute_chroot "systemctl disable $service" done -case "$BASEIMGSUITE" in -buster|bullseye) - log_action "Switching from iptables-nft to iptables-legacy" - execute_chroot "update-alternatives --set iptables /usr/sbin/iptables-legacy" 0 - execute_chroot "update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy" 0 - log_status 0 - ;; -esac +log_action "Switching from iptables-nft to iptables-legacy" +execute_chroot "update-alternatives --set iptables /usr/sbin/iptables-legacy" 0 +execute_chroot "update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy" 0 +log_status 0 log_action "Disabling root password" execute_chroot "passwd -d root" -- 2.47.2