diff options
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ef7fae4c5..80d04e98b 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -163,15 +163,14 @@ our %l = ( fs => { - network => [ qw(af_packet nfs) ], + network => [ qw(af_packet nfs smbfs) ], cdrom => [ qw(isofs) ], loopback => [ qw(isofs loop squashfs) ], local => [ - if_(arch() =~ /^i.86|x86_64/, qw(vfat ntfs)), if_(arch() =~ /^ppc/, qw(hfs)), - qw(reiserfs jfs xfs), + qw(reiserfs reiser4 jfs xfs ntfs vfat ext3 ext4), ], - various => [ qw(smbfs romfs ext3 ext4dev ext4 ufs ntfs unionfs) ], + various => [ qw(romfs ufs unionfs) ], }, |