home · contact · privacy
WIP:
authorChristian Heller <c.heller@plomlompom.de>
Fri, 23 Nov 2018 00:42:59 +0000 (01:42 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 23 Nov 2018 00:42:59 +0000 (01:42 +0100)
all_new_2018/apt-mark/server
all_new_2018/setup_server.sh

index c51942bd5199e5ca65532e6bc3da82e55d8d7f07..8d332e022d18ba108eb130137ef38faf2ac94d2e 100644 (file)
@@ -4,3 +4,5 @@ openssh-server
 readline-common
 # provides letsencrypt
 certbot
+# provides systemd scripts that configure iptables via /etc/iptables/*
+iptables-persistent
\ No newline at end of file
index e4fbaa2700aa9efbdc3f38027c6861fb735d6f0a..c3d5ce5f54c0e02c48762a42c455db78230a5462 100755 (executable)
@@ -19,6 +19,11 @@ fqdn="$2"
 # Set hostname and FQDN.
 ./set_hostname_and_fqdn.sh "${hostname}" "${fqdn}"
 
+# Some debconf selections we don't want to get asked during coming
+# install actions.
+debconf-set-selections <<< "iptables-persistent iptables-persistent/autosave_v4 boolean false"
+debconf-set-selections <<< "iptables-persistent iptables-persistent/autosave_v6 boolean false"
+
 # Ensure package installation state as defined by what packages are
 # defined as required by Debian policy and by settings in ./apt-mark/.
 apt update