From 55630676f14b53dde426113d524b20f65dd5809d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 18 Nov 2023 10:14:46 +0100 Subject: [PATCH] update comment --- 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 07a7afa97..93e27f966 100644 --- a/usr/lib/archboot/login.sh +++ b/usr/lib/archboot/login.sh @@ -176,7 +176,7 @@ elif [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e _welcome _memory_error "2.0GB" _enter_shell -# local image, fail if less than 3.3GB RAM available +# local image, fail if less than 2.6GB RAM available elif [[ "$(grep -w MemTotal /proc/meminfo | cut -d ':' -f2 | sed -e 's# ##g' -e 's#kB$##g')" -lt 2571000 &&\ -e "${_LOCAL_DB}" ]]; then _welcome