We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c839fa commit 19a2477Copy full SHA for 19a2477
1 file changed
tree/stage2/02-net-tweaks/01-run.sh.patch
@@ -12,6 +12,7 @@
12
+install -m 755 files/internet-check "${ROOTFS_DIR}/usr/local/bin/"
13
+install -m 644 files/internet-check.service "${ROOTFS_DIR}/etc/systemd/system/"
14
+
15
++
16
+# runtime config firewall persistence (ap)
17
+mkdir -p ${ROOTFS_DIR}/etc/iptables
18
+install -m 644 files/iptables-restore.service "${ROOTFS_DIR}/etc/systemd/system/"
@@ -23,5 +24,6 @@
23
24
+systemctl enable dhcpcd.service
25
+systemctl unmask hostapd
26
+systemctl disable hostapd.service dnsmasq.service iptables-restore.service
27
28
+EOF
29
0 commit comments