7 lines
474 B
Plaintext
7 lines
474 B
Plaintext
# Modules explicitly included because mkinitcpio's autodetection runs on the
|
|
# build host and won't pick up filesystem/storage drivers needed at live boot.
|
|
MODULES=(squashfs overlay iso9660 loop dm_mod xhci_pci xhci_hcd ehci_pci ehci_hcd usb_storage uas)
|
|
HOOKS=(base udev microcode modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
|
COMPRESSION="zstd"
|
|
COMPRESSION_OPTIONS=(-9 --long)
|