archiso/configs/releng
nl6720 924a97aeb1
configs/releng/profiledef.sh: use zstd compression for bootstrap image
The zstd tool has now been around for a while, so the availability of
it should not be a concern anymore.

Unlike gzip which was used until now, zstd offers higher compression
while still being faster (and multi-threaded).
The `--auto-threads=logical` option is used just so that there is some
difference between the releng and baseline profiles.

Everyone using the official Arch Linux bootstrap tarball (previously
`archlinux-bootstrap-YYYY.MM.DD-x86_64.tar.gz` or
`archlinux-bootstrap-x86_64.tar.gz`) will need to update their scripts
and etc. to use `archlinux-bootstrap-YYYY.MM.DD-x86_64.tar.zst` or
`archlinux-bootstrap-x86_64.tar.zst` instead.

Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/130
2024-04-19 10:28:55 +03:00
..
airootfs configs/*/airootfs/etc/systemd/network/: add RequiredForOnline=routable 2023-12-09 12:40:59 +02:00
efiboot/loader Add configs/releng/efiboot/loader/entries/03-archiso-x86_64-memtest86+.conf 2024-04-01 19:29:32 +03:00
grub Add configs/*/grub/loopback.cfg 2023-09-28 10:09:10 +03:00
syslinux Use UUIDs in all boot loader configuration files 2023-05-17 15:23:18 +03:00
bootstrap_packages.x86_64 releng: Add packages file for bootstrap image 2021-05-09 11:26:53 +02:00
packages.x86_64 configs/releng/packages.x86_64: explicitly add ldns 2024-01-05 17:42:18 +02:00
pacman.conf Update configs/{baseline,releng}/pacman.conf 2023-05-25 16:35:56 +03:00
profiledef.sh configs/releng/profiledef.sh: use zstd compression for bootstrap image 2024-04-19 10:28:55 +03:00