systemrescue-zfs/mkinitcpio.conf
Marcos Mello 01ca34d6bb Fix boot from NTFS
ntfs.ko module is disabled in Arch's 5.10 kernel package because it is considered
obsolete. Add NTFS-3G to the initramfs.

Once Paragon's nfts3.ko reaches our kernel package, this commit must be reverted.

Fixes systemrescue/systemrescue-sources#194
2021-04-22 17:32:51 -03:00

5 lines
270 B
Plaintext

MODULES=(fuse)
BINARIES=(mount.ntfs)
HOOKS=(base udev memdisk archiso_shutdown findroot archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs archiso_kms block mdadm_udev modconf encrypt lvm2 filesystems keyboard)
COMPRESSION="xz"