From 75f3abe29d048b3e4096c28ef1ce32121fe69795 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 22 Dec 2014 20:51:42 +0100 Subject: [PATCH] core86: fix init restart. --- config/rootfiles/core/86/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.39.5