From 5eab2b3893538800a2f0aa9433028508a3ca7c0f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 5 Sep 2020 14:57:55 +0000 Subject: [PATCH] core149: restart init at update this is needed to allow clean unmount at reboot because init has some files open and the binary was replaced at glibc update. Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/149/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/149/update.sh b/config/rootfiles/core/149/update.sh index 50add169b4..38f80529f4 100644 --- a/config/rootfiles/core/149/update.sh +++ b/config/rootfiles/core/149/update.sh @@ -43,6 +43,9 @@ extract_files # update linker config ldconfig +# Restart init to allow clean unmout at reboot +telinit u + # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.2