From 106e6de7e0bfd29e77c1af6d2d770d90329c9eff 2018-11-10 14:48:17 From: Unknown Date: 2018-11-10 14:48:17 Subject: [PATCH] fix: iptables needs iptables-persistent package without it iptables-restore and iptables-save are not installed --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index b3c9565..088d962 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -464,7 +464,7 @@ fi # Add iptables IPv4/IPv6 package if [ "$ENABLE_IPTABLES" = true ] ; then - APT_INCLUDES="${APT_INCLUDES},iptables" + APT_INCLUDES="${APT_INCLUDES},iptables,iptables-persistent" fi # Add openssh server package