fixed smb filesystem, removed hfs, hfsplus, isofs nfsv2, nfsv3 and udf

This commit is contained in:
Tobias Powalowski 2024-07-13 15:52:10 +02:00
parent 09bd679de7
commit ec7b28bb84

View file

@ -4,7 +4,7 @@
_run ()
{
_all_mods '/fs/(bcachefs|btrfs|cifs|exfat|ext4|fat|hfs|hfsplus|isofs|nfs|nfsd|nls|ntfs3|udf|xfs|vboxsf)'
_all_mods '/fs/(bcachefs|btrfs|exfat|ext4|fat|nfsv4|nfsd|nls|ntfs3|smb|vboxsf|xfs)'
_all_mods '/(lib/|kernel|arch/*)/crypto'
_map _mod crypto-crc32c crypto-crc32 libcrc32c configfs nls_cp437 nls_ascii
}