mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-07 09:10:43 +01:00
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
5 lines
270 B
Plaintext
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"
|