From 99549950fa26674ec1807aeee0904f35cb930cd8 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 18 Jan 2019 13:53:39 +0100 Subject: [PATCH] core127: set reboot needed flag Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/127/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5