diff --git a/usr/lib/archboot/release.sh b/usr/lib/archboot/release.sh index b37469be0..e9fd08b8f 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -139,7 +139,7 @@ _create_iso() { echo "Creation Tool: 'archboot' Tobias Powalowski ";\ echo "Homepage: https://bit.ly/archboot";\ echo "Architecture: ${_ARCH}";\ - echo "RAM requirement to boot: 800M or greater";\ + echo "RAM requirement to boot: 700M or greater";\ echo "Archboot:$(${_NSPAWN} "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\ [[ "${_ARCH}" == "riscv64" ]] || echo "Grub:$(${_NSPAWN} "${_W_DIR}" pacman -Qi grub | grep Version | cut -d ":" -f3 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\ echo "Kernel:$(${_NSPAWN} "${_W_DIR}" pacman -Qi linux | grep Version | cut -d ":" -f2 | sed -e "s/\r//g" -e "s/\x1b\[[0-9;]*m//g")";\