Add: mkinitcpio configs

This commit is contained in:
Aroy-Art 2024-10-27 19:58:14 +01:00
parent 280584e98a
commit 020ac75afe
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
HOOKS=(base udev modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
COMPRESSION="xz"

View file

@ -0,0 +1,8 @@
# mkinitcpio preset file for the 'linux' package on archiso
PRESETS=('archiso')
ALL_kver='/boot/vmlinuz-linux'
archiso_config='/etc/mkinitcpio.conf.d/archiso.conf'
archiso_image="/boot/initramfs-linux.img"