core90: don't remove meta/meta-linux-pae part2.

This commit is contained in:
Arne Fitzenreiter
2015-05-16 16:21:09 +02:00
parent e35d81be8c
commit 5f51d10373

View File

@@ -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`