Compare commits

...

2 commits

Author SHA1 Message Date
Tobias Powalowski
c25f49da5b update CHANGELOG 2024-09-14 14:07:08 +02:00
Tobias Powalowski
1baec45934 reword 2024-09-14 13:52:10 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
On the road to 2024.09: On the road to 2024.09:
- pacman 7.0
- switched Europe domain from archboot.de to archboot.eu - switched Europe domain from archboot.de to archboot.eu
- added custom autorun script support - added custom autorun script support
- added archboot-x86_64-uki.sh script - added archboot-x86_64-uki.sh script

View file

@ -145,7 +145,7 @@ _create_iso() {
echo "archboot.com | (c) 2006 - $(date +%Y)" echo "archboot.com | (c) 2006 - $(date +%Y)"
echo "Tobias Powalowski <tpowa@archlinux.org>" echo "Tobias Powalowski <tpowa@archlinux.org>"
echo "" echo ""
echo "This release is based on these main packages:" echo "The release is based on these main packages:"
echo "Archboot: $(${_NSPAWN} "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" |\ echo "Archboot: $(${_NSPAWN} "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" |\
rg -o 'Version.* (.*)\r' -r '$1')" rg -o 'Version.* (.*)\r' -r '$1')"
[[ "${_ARCH}" == "riscv64" ]] || echo "Grub: $(${_NSPAWN} "${_W_DIR}" pacman -Qi grub |\ [[ "${_ARCH}" == "riscv64" ]] || echo "Grub: $(${_NSPAWN} "${_W_DIR}" pacman -Qi grub |\