testing: Remove support for Debian stretch
This commit is contained in:
@@ -31,10 +31,6 @@ bullseye)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
case "$BASEIMGSUITE" in
|
case "$BASEIMGSUITE" in
|
||||||
stretch)
|
|
||||||
INC=$INC,libahven5-dev,libxmlada-schema6-dev,libgmpada6-dev
|
|
||||||
INC=$INC,libalog2-dev
|
|
||||||
;;
|
|
||||||
buster)
|
buster)
|
||||||
INC=$INC,libahven7-dev,libxmlada-schema8-dev,libgmpada8-dev
|
INC=$INC,libahven7-dev,libxmlada-schema8-dev,libgmpada8-dev
|
||||||
INC=$INC,libalog4-dev,dbus-user-session
|
INC=$INC,libalog4-dev,dbus-user-session
|
||||||
@@ -153,14 +149,10 @@ do
|
|||||||
execute_chroot "systemctl disable $service"
|
execute_chroot "systemctl disable $service"
|
||||||
done
|
done
|
||||||
|
|
||||||
case "$BASEIMGSUITE" in
|
log_action "Switching from iptables-nft to iptables-legacy"
|
||||||
buster|bullseye)
|
execute_chroot "update-alternatives --set iptables /usr/sbin/iptables-legacy" 0
|
||||||
log_action "Switching from iptables-nft to iptables-legacy"
|
execute_chroot "update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy" 0
|
||||||
execute_chroot "update-alternatives --set iptables /usr/sbin/iptables-legacy" 0
|
log_status 0
|
||||||
execute_chroot "update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy" 0
|
|
||||||
log_status 0
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
log_action "Disabling root password"
|
log_action "Disabling root password"
|
||||||
execute_chroot "passwd -d root"
|
execute_chroot "passwd -d root"
|
||||||
|
|||||||
Reference in New Issue
Block a user