From f52ef2ce5a75bd54a574232748bb71d0f866ba4e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 9 Nov 2018 21:09:06 +0100 Subject: [PATCH] core125: restart init after glibc uodate without restart remount of / will fail and may result in a filesystem corruption at next boot. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/125/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/125/update.sh b/config/rootfiles/core/125/update.sh index a4ae0993c6..62214339e3 100644 --- a/config/rootfiles/core/125/update.sh +++ b/config/rootfiles/core/125/update.sh @@ -40,6 +40,9 @@ extract_files # update linker config ldconfig +# restart init after glibc uodate +telinit u + # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.2