From: Arne Fitzenreiter Date: Mon, 22 Dec 2014 19:51:42 +0000 (+0100) Subject: core86: fix init restart. X-Git-Tag: v2.17-core87~86 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=75f3abe29d048b3e4096c28ef1ce32121fe69795 core86: fix init restart. --- diff --git a/config/rootfiles/core/86/update.sh b/config/rootfiles/core/86/update.sh index db38844a37..bdb96fc6e4 100644 --- a/config/rootfiles/core/86/update.sh +++ b/config/rootfiles/core/86/update.sh @@ -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`