From 01ca34d6bbfdf5f744192aa1aedd46c05ec59ea8 Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Thu, 22 Apr 2021 17:32:51 -0300 Subject: [PATCH] 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 --- mkinitcpio.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 5fda1d4..77ac474 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -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"