core124: Apply changed sysctl.conf

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-09-09 17:48:14 +01:00
parent d5fe332283
commit 505b886d0d
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ etc/rc.d/helper/aws-setup
etc/rc.d/init.d/aws
etc/rc.d/init.d/localnet
etc/rc.d/init.d/partresize
etc/sysctl.conf
opt/pakfire/lib/functions.pl
opt/pakfire/pakfire
srv/web/ipfire/cgi-bin/firewall.cgi

View File

@@ -51,6 +51,9 @@ ldconfig
/etc/init.d/rngd restart
/etc/init.d/ntp restart
# Reload sysctl.conf
sysctl -p
# Remove deprecated GRUB configuration option
if [ -e "/etc/default/grub" ]; then
sed -e "/^GRUB_FONT/d" -i /etc/default/grub