From 5f51d10373a8224027a14c055ec87e3109d58511 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 16 May 2015 16:21:09 +0200 Subject: [PATCH] core90: don't remove meta/meta-linux-pae part2. --- config/rootfiles/core/90/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index facefc878c..fa67f6b347 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -254,7 +254,7 @@ fi # Force (re)install pae kernel if pae is supported -rm -rf /opt/pakfire/db/*/meta-linux-pae +rm -rf /opt/pakfire/db/installed/meta-linux-pae if [ ! "$(grep "^flags.* pae " /proc/cpuinfo)" == "" ]; then ROOTSPACE=`df / -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1` BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1` -- 2.39.5