Remove file "/etc/sysctl.conf"
This commit is contained in:
parent
83d7b04e6e
commit
720f57b7ba
2 changed files with 0 additions and 18 deletions
5
build.sh
5
build.sh
|
@ -161,11 +161,6 @@ EOF
|
||||||
apply_file 644 '/boot/cmdline.txt'
|
apply_file 644 '/boot/cmdline.txt'
|
||||||
apply_file 644 '/boot/config.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.
|
# This script is executed at the end of each multiuser runlevel.
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
|
Reference in a new issue