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
This commit is contained in:
Marcos Mello 2021-04-22 17:32:51 -03:00
parent 27b0e4f0d0
commit 01ca34d6bb

View file

@ -1,2 +1,4 @@
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"