core86: restart init while update to close open glibc files.

This commit is contained in:
Arne Fitzenreiter
2014-12-07 11:19:05 +01:00
parent 4d84d320a8
commit bbdd37b1d5

View File

@@ -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`