core86: fix init restart.

This commit is contained in:
Arne Fitzenreiter
2014-12-22 20:51:42 +01:00
parent 81f315bff2
commit 75f3abe29d

View File

@@ -128,7 +128,7 @@ tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
#
#restart init because glibc was updated.
telinit i
telinit u
# Check diskspace on boot
BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`