mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
core86: restart init while update to close open glibc files.
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user