From: Arne Fitzenreiter Date: Fri, 18 Jan 2019 12:53:39 +0000 (+0100) Subject: core127: set reboot needed flag X-Git-Tag: v2.21-core127~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99549950fa26674ec1807aeee0904f35cb930cd8;p=ipfire-2.x.git core127: set reboot needed flag Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/127/update.sh b/config/rootfiles/core/127/update.sh index 4fe045ec99..8960ed46a4 100644 --- a/config/rootfiles/core/127/update.sh +++ b/config/rootfiles/core/127/update.sh @@ -58,6 +58,9 @@ sysctl -p # Re-run depmod depmod -a +# This update needs a reboot... +touch /var/run/need_reboot + # Finish /etc/init.d/fireinfo start sendprofile