fixed nfs modules

This commit is contained in:
Tobias Powalowski 2024-07-13 16:16:55 +02:00
parent d864f0623e
commit 445524ecd5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
_run ()
{
# add systemd kernel modules
_all_mods 'nfs|autofs4|loop|pkcs8_key_parser'
_all_mods 'nfs/nfsv4|autofs4|loop|pkcs8_key_parser'
}
# vim: set ft=sh ts=4 sw=4 et:

View file

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