From 4038a839612438a43e3771a1f534218890a64dc4 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 24 Feb 2018 14:30:19 +0100 Subject: [PATCH] core119: restart init after unpack new glibc this is needed to prevent problems at unmout filesystems at reboot. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/119/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/119/update.sh b/config/rootfiles/core/119/update.sh index ed23e1f58a..8ada474553 100644 --- a/config/rootfiles/core/119/update.sh +++ b/config/rootfiles/core/119/update.sh @@ -54,6 +54,9 @@ extract_files # update linker config ldconfig +# restart init +telinit u + # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.5