From: Arne Fitzenreiter Date: Fri, 18 Jan 2019 12:53:39 +0000 (+0100) Subject: core127: set reboot needed flag X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=99549950fa26674ec1807aeee0904f35cb930cd8;ds=sidebyside 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