From: Arne Fitzenreiter Date: Wed, 17 Mar 2021 09:09:24 +0000 (+0100) Subject: core155: fix reboot after update X-Git-Tag: v2.25-core155~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d747ddb70e74c9f5503618cc8aaa79b8f728cb3;p=ipfire-2.x.git core155: fix reboot after update new init has moved the path of the initctl pipe from /dev to /run Signed-off-by: Arne Fitzenreiter --- 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