From 06920225124d3caf26ca3c4c1c1011784e6999b3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 25 Mar 2022 14:07:39 +0100 Subject: [PATCH] update RAM requirement --- usr/lib/archboot/installer/pacman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/pacman.sh b/usr/lib/archboot/installer/pacman.sh index 0d5b8389c..2c1002359 100644 --- a/usr/lib/archboot/installer/pacman.sh +++ b/usr/lib/archboot/installer/pacman.sh @@ -81,7 +81,7 @@ update_environment() { detect_uefi_boot UPDATE_ENVIRONMENT="" if [[ -e "/usr/bin/update-installer.sh" && "${_DETECTED_UEFI_SECURE_BOOT}" == "0" && "${RUNNING_ARCH}" == "x86_64" ]]; then - DIALOG --defaultno --yesno "Do you want to update the archboot environment to latest packages with caching packages for installation?\n\nATTENTION:\nRequires at least 2.9 GB RAM and will reboot the system using kexec!" 0 0 && UPDATE_ENVIRONMENT="1" + DIALOG --defaultno --yesno "Do you want to update the archboot environment to latest packages with caching packages for installation?\n\nATTENTION:\nRequires at least 2.5 GB RAM and will reboot the system using kexec!" 0 0 && UPDATE_ENVIRONMENT="1" if [[ "${UPDATE_ENVIRONMENT}" == "1" ]]; then DIALOG --infobox "Now setting up new archboot environment and dowloading latest packages.\n\nRunning at the moment: update-installer.sh -latest-install\nCheck ${LOG} for progress...\n\nGet a cup of coffee ...\nThis needs approx. 5 minutes on a fast internet connection (100Mbit)." 0 0 /usr/bin/update-installer.sh -latest-install > "${LOG}" 2>&1