From 2e7468cbd969a4a2c15e67cc8dd89321c8ca84e1 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 5 Feb 2024 20:47:25 +0100 Subject: [PATCH] add bcachfs mods --- usr/lib/archboot/cpio/hooks/filesystems_mods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/cpio/hooks/filesystems_mods b/usr/lib/archboot/cpio/hooks/filesystems_mods index dddbab311..8190cd9e8 100644 --- a/usr/lib/archboot/cpio/hooks/filesystems_mods +++ b/usr/lib/archboot/cpio/hooks/filesystems_mods @@ -4,7 +4,7 @@ _run () { - _all_mods '/fs/(btrfs|cifs|exfat|ext4|f2fs|fat|hfs|hfsplus|isofs|jfs|nfs|nfsd|nilfs2|nls|ntfs3|udf|xfs|vboxsf)' + _all_mods '/fs/(bcachefs|btrfs|cifs|exfat|ext4|f2fs|fat|hfs|hfsplus|isofs|jfs|nfs|nfsd|nilfs2|nls|ntfs3|udf|xfs|vboxsf)' _all_mods '/(lib/|kernel|arch/*)/crypto' _map _mod crypto-crc32c crypto-crc32 libcrc32c configfs nls_cp437 nls_ascii }