mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00: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 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue