From: Arne Fitzenreiter Date: Fri, 9 Nov 2018 20:09:06 +0000 (+0100) Subject: core125: restart init after glibc uodate X-Git-Tag: v2.21-core125~2 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=f52ef2ce5a75bd54a574232748bb71d0f866ba4e 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 --- 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