From d4afd45e1138adf32ef87c483224f387d6566cfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 2 May 2022 05:30:08 +0000 Subject: [PATCH] Core Update 168: Ship and apply sysctl changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/168/filelists/files | 1 + config/rootfiles/core/168/update.sh | 3 +++ 2 files changed, 4 insertions(+) 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 -- 2.39.2