From: Arne Fitzenreiter Date: Sat, 5 Sep 2020 14:57:55 +0000 (+0000) Subject: core149: restart init at update X-Git-Tag: v2.25-core149~3 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=5eab2b3893538800a2f0aa9433028508a3ca7c0f 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 --- 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