From 593dec316ac064518ae6aabfb68961e1ea6051d2 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 17 May 2022 22:59:03 +0200 Subject: [PATCH] RAM requirement changed --- 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 7cdbf2f15..c40a75b57 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.4 GB RAM\033[0m." + echo -e " This operation needs at least \033[1m2.0 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)."