summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdata/live-build-config/hooks/live/08-sysconf.chroot13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/live-build-config/hooks/live/08-sysconf.chroot b/data/live-build-config/hooks/live/08-sysconf.chroot
index d0014745..aac17585 100755
--- a/data/live-build-config/hooks/live/08-sysconf.chroot
+++ b/data/live-build-config/hooks/live/08-sysconf.chroot
@@ -25,19 +25,6 @@ update_sysctl_conf ()
update_sysctl_conf kernel.printk "4 4 1 7" \
"the following stops low-level messages on console"
-update_sysctl_conf net.ipv4.conf.all.promote_secondaries 1 \
- "promote secondaries with removal of primary address"
-update_sysctl_conf net.ipv4.ip_forward 1 \
- "enable ipv4 forwarding"
-# FIXME! need to load or staticly link ipv6 module before adding this.
-# update_sysctl_conf net.ipv6.conf.all.forwarding 1 \
-# "enable ipv6 forwarding"
-update_sysctl_conf net.core.rmem_max 223232 \
- "maximize netlink buffers"
-update_sysctl_conf net.ipv4.conf.all.send_redirects 0 \
- "disable IPv4 ICMP redirects"
-update_sysctl_conf net.ipv4.conf.default.send_redirects 0 \
- "disable IPv4 ICMP redirects"
# Local Variables:
# mode: shell-script