From 5c38721df489826feb2f1642bd91d517074e7464 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 20 Dec 2021 23:07:14 +0100 Subject: [PATCH] higher RAM requirement in Release.txt --- usr/bin/archboot-x86_64-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-x86_64-release.sh b/usr/bin/archboot-x86_64-release.sh index fefc9ada6..e1572b4a5 100755 --- a/usr/bin/archboot-x86_64-release.sh +++ b/usr/bin/archboot-x86_64-release.sh @@ -45,7 +45,7 @@ echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM" >>Release.txt echo "Creation Tool: 'archboot' Tobias Powalowski " >>Release.txt echo "Homepage: https://wiki.archlinux.org/title/Archboot" >>Release.txt echo "Architecture: x86_64" >>Release.txt -echo "RAM requirement to boot: 1024 MB or greater" >>Release.txt +echo "RAM requirement to boot: 1152 MB or greater" >>Release.txt echo "Archboot:$(systemd-nspawn -q -D "${W_DIR}" pacman -Qi archboot | grep Version | cut -d ":" -f2 | sed -e "s/\r//g")" >>Release.txt echo "Kernel:$(systemd-nspawn -q -D "${W_DIR}" pacman -Qi linux | grep Version | cut -d ":" -f2 | sed -e "s/\r//g")" >>Release.txt echo "Pacman:$(systemd-nspawn -q -D "${W_DIR}" pacman -Qi pacman | grep Version | cut -d ":" -f2 | sed -e "s/\r//g")" >>Release.txt