From cc8ab699f369076f652abce18fcf1fc5ca982dff Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 17 Dec 2018 14:25:01 +0100 Subject: [PATCH] =?UTF-8?q?systemd:=20Remove=20systemd=E2=80=99s=20sysctl?= =?UTF-8?q?=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemd.be0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systemd.be0 b/systemd.be0 index ecfcd60f4..34d17a407 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -86,6 +86,9 @@ mee_install_post() { # Do not use tmpfs for `/tmp` ln -vs /dev/null ${D}/etc/systemd/system/tmp.mount + + # Remove systemd’s sysctl configuration + rm -rv ${D}/${LIBDIR}/sysctl.d/* } ###############################################################################