remove Requirement and replace with main package headline

This commit is contained in:
Tobias Powalowski 2024-09-13 19:38:49 +02:00
parent 704babbeec
commit 228957cd90

View file

@ -145,7 +145,7 @@ _create_iso() {
echo "archboot.com | (c) 2006 - $(date +%Y)"
echo "Tobias Powalowski <tpowa@archlinux.org>"
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 |\