From: Peter Müller Date: Mon, 2 May 2022 05:30:08 +0000 (+0000) Subject: Core Update 168: Ship and apply sysctl changes X-Git-Url: http://git.ipfire.org/?p=people%2Fmfischer%2Fipfire-2.x.git;a=commitdiff_plain;h=d4afd45e1138adf32ef87c483224f387d6566cfe Core Update 168: Ship and apply sysctl changes Signed-off-by: Peter Müller --- diff --git a/config/rootfiles/core/168/filelists/files b/config/rootfiles/core/168/filelists/files index 858809caf9..e0883a7db5 100644 --- a/config/rootfiles/core/168/filelists/files +++ b/config/rootfiles/core/168/filelists/files @@ -1,5 +1,6 @@ etc/rc.d/init.d/networking/any etc/rc.d/init.d/networking/red +etc/sysctl.conf lib/firmware/amd/amd_sev_fam17h_model0xh.sbin lib/firmware/amd/amd_sev_fam17h_model3xh.sbin lib/firmware/amd/amd_sev_fam19h_model0xh.sbin diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index 48ae17417b..7e3ff07c27 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -86,6 +86,9 @@ ldconfig # Apply local configuration to sshd_config /usr/local/bin/sshctrl +# Apply sysctl changes +/etc/init.d/sysctl start + # Start services /etc/init.d/sshd restart /etc/init.d/vnstatd restart