| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | configs/releng/airootfs/etc/mkinitcpio.conf.d/archiso.conf: use xz -9e | nl6720 | 2024-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Use higher compression for the initramfs. Now that mkinitcpio moves the compressed kernel modules and firmware files to the early uncompressed initramfs, we can compress the main initramfs image slightly more without it increasing the built time too much. This will increase the memory required for decompression from 9 MiB to 65 MiB (assuming the kernel's decompressor works the same as the xz tool), but that should not be an issue for any system targeting Arch. This reduces the initramfs size by ~250 KiB, which will save ~500 KiB for the whole ISO. | ||||
| * | configs/releng/: use mkinitcpio's microcode hook instead of external ↵ | nl6720 | 2024-04-19 | 1 | -1/+1 |
| | | | | | | | | | | microcode images This simplifies boot loader configuration, but custom PXE setups will be forced to update theirs. Implements https://gitlab.archlinux.org/archlinux/archiso/-/issues/226 | ||||
| * | configs/*/airootfs/etc/mkinitcpio.conf.d/archiso.conf: remove comments and ↵ | nl6720 | 2023-06-21 | 1 | -65/+0 |
| | | | | | | | unused options Set only the custom values for HOOKS and COMPRESSION. | ||||
| * | configs/: move custom mkinitcpio.conf files to /etc/mkinitcpio.conf.d/ | nl6720 | 2023-06-21 | 1 | -0/+67 |
| This allows to retain a pristine /etc/mkinitcpio.conf in the rootfs. | |||||
