From 71481bd8bb4d6dc869f5d20b6b9b6479a8b6c685 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 7 Jul 2017 10:14:37 +0200 Subject: [PATCH] core112: reload init to allow correct unmount at reboot Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/112/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/112/update.sh b/config/rootfiles/core/112/update.sh index 4aef38b944..cb9f0cfdff 100644 --- a/config/rootfiles/core/112/update.sh +++ b/config/rootfiles/core/112/update.sh @@ -40,6 +40,9 @@ extract_files # update linker config ldconfig +# reload init +telinit u + # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.2