mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-17 17:54:37 +01:00
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:
parent
27b0e4f0d0
commit
01ca34d6bb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue