]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
core86: fix init restart.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 22 Dec 2014 19:51:42 +0000 (20:51 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 22 Dec 2014 19:51:42 +0000 (20:51 +0100)
config/rootfiles/core/86/update.sh

index db38844a37f2867b1ca76b5df2e3b2c382db18ca..bdb96fc6e475c48cb6bc9f1467b28d1a064957d7 100644 (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`