From 5d747ddb70e74c9f5503618cc8aaa79b8f728cb3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 17 Mar 2021 10:09:24 +0100 Subject: [PATCH] core155: fix reboot after update new init has moved the path of the initctl pipe from /dev to /run Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/155/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/155/update.sh b/config/rootfiles/core/155/update.sh index 1434ce6664..b074d24b98 100644 --- a/config/rootfiles/core/155/update.sh +++ b/config/rootfiles/core/155/update.sh @@ -60,6 +60,9 @@ extract_files # update linker config ldconfig +# Create a symlink from /run/initctl to /dev/initctl +ln -s /dev/initctl /run/initctl + # Disable all connection tracking helper sed -E -e "s/^CONNTRACK_(.*?)=on/CONNTRACK_\1=off/g" \ -i /var/ipfire/optionsfw/settings -- 2.39.5