From b3dfa7ff1ac3d4de26c0aa675498bc031afabfe2 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 17 May 2022 19:15:32 +0200 Subject: [PATCH] lower RAM requirement for -latest option --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index d7a87d24b..9d05414c7 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -22,7 +22,7 @@ usage () { echo -e " \033[1m-u\033[0m Update scripts: setup, quickinst, tz, km and helpers." echo -e "" echo -e " \033[1m-latest\033[0m Launch latest archboot environment (using kexec)." - echo -e " This operation needs at least \033[1m2.6 GB RAM\033[0m." + echo -e " This operation needs at least \033[1m2.4 GB RAM\033[0m." echo "" echo -e " \033[1m-latest-install\033[0m Launch latest archboot environment with downloaded" echo -e " package cache (using kexec)."