diff options
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 6024fe226..325eb2ad2 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -165,7 +165,7 @@ our %l = ( { network => [ qw(af_packet nfs) ], cdrom => [ qw(isofs) ], - loopback => [ qw(isofs loop squashfs), if_($ENV{MOVE}, qw(supermount)) ], + loopback => [ qw(isofs loop squashfs) ], local => [ if_(arch() =~ /^i.86|x86_64/, qw(vfat ntfs)), if_(arch() =~ /^ppc/, qw(hfs)), |