From 7c3034ab2c5234f0af0e7009dd4971beae2c296b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 31 May 2024 19:20:17 +0200 Subject: [PATCH] higher memory value --- usr/lib/archboot/login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/login.sh b/usr/lib/archboot/login.sh index f961e88cc..bf28a143d 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -100,7 +100,7 @@ _run_update_installer() { _run_latest_install else # latest image - if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 4001000 ]]; then + if [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 4061000 ]]; then _run_latest else _run_latest_install