Skip to content

Commit

Permalink
remove iptables items
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoren committed Dec 29, 2020
1 parent b79ffbb commit be17542
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stage3/02-misc-config2/00-debconf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
iptables-persistent iptables-persistent/autosave_v4 boolean false
iptables-persistent iptables-persistent/autosave_v6 boolean false
# iptables-persistent iptables-persistent/autosave_v4 boolean false
# iptables-persistent iptables-persistent/autosave_v6 boolean false
2 changes: 1 addition & 1 deletion stage3/02-misc-config2/00-packages
Original file line number Diff line number Diff line change
@@ -1 +1 @@
iptables-persistent
# iptables-persistent
2 changes: 1 addition & 1 deletion stage3/02-misc-config2/01-run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
install -m 644 files/cpu_performance_scaling_governor.service ${ROOTFS_DIR}/lib/systemd/system
install -m 644 files/rules.v4 ${ROOTFS_DIR}/etc/iptables
# install -m 644 files/rules.v4 ${ROOTFS_DIR}/etc/iptables

on_chroot << EOF
systemctl disable wifi-hotspot
Expand Down

0 comments on commit be17542

Please sign in to comment.