core156: Load all sysctl files

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-04-10 13:18:43 +00:00
parent 45022af1b8
commit 00c5561eb9
4 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1 @@
etc/sysctl-aarch64.conf

View File

@@ -0,0 +1 @@
etc/sysctl-armv5tel.conf

View File

@@ -0,0 +1 @@
etc/sysctl-x86_64.conf

View File

@@ -60,7 +60,7 @@ rm -rfv \
/usr/local/bin/filesystem-cleanup
# Reload sysctl.conf
sysctl -p
/etc/init.d/sysctl start
# Migrate any macvtap interfaces to bridge
sed -e "s/_MODE=macvtap/_MODE=bridge/g" \