From: Arne Fitzenreiter Date: Sat, 24 Feb 2018 13:30:19 +0000 (+0100) Subject: core119: restart init after unpack new glibc X-Git-Tag: v2.19-core120~9^2~2 X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fipfire-2.x.git;a=commitdiff_plain;h=4038a839612438a43e3771a1f534218890a64dc4 core119: restart init after unpack new glibc this is needed to prevent problems at unmout filesystems at reboot. Signed-off-by: Arne Fitzenreiter --- 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