From: Arne Fitzenreiter Date: Sun, 7 Dec 2014 10:19:05 +0000 (+0100) Subject: core86: restart init while update to close open glibc files. X-Git-Tag: v2.17-core87~98 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=bbdd37b1d57992649cfc1edac2f761ae2c520afb core86: restart init while update to close open glibc files. --- diff --git a/config/rootfiles/core/86/update.sh b/config/rootfiles/core/86/update.sh index c1ea59c4ee..c58780bce7 100644 --- a/config/rootfiles/core/86/update.sh +++ b/config/rootfiles/core/86/update.sh @@ -125,6 +125,10 @@ esac #Extract files tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C / +# +#restart init because glibc was updated. +telinit i + # Check diskspace on boot BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`