From: Arne Fitzenreiter Date: Sat, 16 Jun 2018 13:44:11 +0000 (+0200) Subject: core122: update space req for pae kernel X-Git-Tag: v2.21-core122~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a45c7981df91c0ef7740fb96d116b3742752f226;p=people%2Fstevee%2Fipfire-2.x.git core122: update space req for pae kernel Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/122/update.sh b/config/rootfiles/core/122/update.sh index 51181d5c4f..925886e276 100644 --- a/config/rootfiles/core/122/update.sh +++ b/config/rootfiles/core/122/update.sh @@ -123,7 +123,7 @@ case "$(uname -m)" in 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` - if [ $BOOTSPACE -lt 12000 -o $ROOTSPACE -lt 90000 ]; then + if [ $BOOTSPACE -lt 22000 -o $ROOTSPACE -lt 120000 ]; then /usr/bin/logger -p syslog.emerg -t ipfire \ "core-update-${core}: WARNING not enough space for pae kernel." else