From 01f9ce2bf12b0ef0618f1160c4ea1daacf8b79f8 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 12 Feb 2023 19:53:04 +0100 Subject: [PATCH] update Release.txt --- usr/lib/archboot/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index ba5bb74a8..ce30cee1a 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -146,7 +146,7 @@ _create_iso() { echo "Creation Tool: 'archboot' Tobias Powalowski ";\ echo "Homepage: https://bit.ly/archboot";\ echo "Architecture: ${_ARCH}";\ - echo "RAM requirement to boot: 1300 MB or greater";\ + echo "RAM requirement to boot: 800M or greater";\ echo "Archboot:$(${_NSPAWN} "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" | grep Version | cut -d ":" -f2 | sed -e "s/\r//g")";\ [[ "${_ARCH}" == "riscv64" ]] || echo "Grub:$(${_NSPAWN} "${_W_DIR}" pacman -Qi grub | grep Version | cut -d ":" -f3 | sed -e "s/\r//g")";\ echo "Kernel:$(${_NSPAWN} "${_W_DIR}" pacman -Qi linux | grep Version | cut -d ":" -f2 | sed -e "s/\r//g")";\