From add1f6f69a70ce27d8cb9925998c620e67c1409f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 5 Feb 2022 20:32:09 +0100 Subject: [PATCH] update RAM requirements in update-installer.sh --- usr/bin/archboot-update-installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/archboot-update-installer.sh b/usr/bin/archboot-update-installer.sh index 5da10735b..72e2b91c2 100755 --- a/usr/bin/archboot-update-installer.sh +++ b/usr/bin/archboot-update-installer.sh @@ -30,11 +30,11 @@ usage () { echo "" echo "On fast internet connection (100Mbit) (approx. 5 minutes):" echo " -latest Launch latest archboot environment (using kexec)." - echo " This operation needs at least 2.8 GB RAM." + echo " This operation needs at least 2.4 GB RAM." echo "" echo " -latest-install Launch latest archboot environment with downloaded" echo " package cache (using kexec)." - echo " This operation needs at least 3.6 GB RAM." + echo " This operation needs at least 3.0 GB RAM." echo "" echo " -latest-image Generate latest image files in /archboot-release directory" echo " This operation needs at least 3.3 GB RAM."