From 720f57b7ba7980cf5d48633d88d84e3ddebf277a Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 2 Aug 2019 11:15:26 +0500 Subject: [PATCH] Remove file "/etc/sysctl.conf" --- build.sh | 5 ----- files/etc/sysctl.conf | 13 ------------- 2 files changed, 18 deletions(-) delete mode 100644 files/etc/sysctl.conf diff --git a/build.sh b/build.sh index 47e1c87..cfefa0a 100644 --- a/build.sh +++ b/build.sh @@ -161,11 +161,6 @@ EOF apply_file 644 '/boot/cmdline.txt' apply_file 644 '/boot/config.txt' -## -# Configure system. -# -apply_file 644 '/etc/sysctl.conf' - ## # This script is executed at the end of each multiuser runlevel. # diff --git a/files/etc/sysctl.conf b/files/etc/sysctl.conf deleted file mode 100644 index efc6f78..0000000 --- a/files/etc/sysctl.conf +++ /dev/null @@ -1,13 +0,0 @@ -## -# Disable packet forwarding for IPv4 -# -net.ipv4.ip_forward = 0 - -## -# Disable IPv6 -# -net.ipv6.conf.all.disable_ipv6 = 1 -net.ipv6.conf.default.disable_ipv6 = 1 -net.ipv6.conf.lo.disable_ipv6 = 1 -net.ipv6.conf.eth0.disable_ipv6 = 1 -net.ipv6.conf.wlan0.disable_ipv6 = 1