From 228957cd90ee40b782aa109c0ef2568012d61705 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 13 Sep 2024 19:38:49 +0200 Subject: [PATCH] remove Requirement and replace with main package headline --- 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 55d3f4b9b..335161c4f 100644 --- a/usr/lib/archboot/release.sh +++ b/usr/lib/archboot/release.sh @@ -145,7 +145,7 @@ _create_iso() { echo "archboot.com | (c) 2006 - $(date +%Y)" echo "Tobias Powalowski " echo "" - echo "Requirement: ${_ARCH} with 800M RAM and higher" + echo "This release is based on these main packages:" echo "Archboot: $(${_NSPAWN} "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" |\ rg -o 'Version.* (.*)\r' -r '$1')" [[ "${_ARCH}" == "riscv64" ]] || echo "Grub: $(${_NSPAWN} "${_W_DIR}" pacman -Qi grub |\