diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-26 22:10:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-26 22:10:01 +0000 |
commit | 4dcae0918ec5a3c0e3623b1ffb5d52217d093935 (patch) | |
tree | 3a5a60f7ea209c282d5fa38618fc5f4e0f780620 /kernel | |
parent | 9b736681ec000030eec8ac1809498061d6bd615a (diff) | |
download | drakx-4dcae0918ec5a3c0e3623b1ffb5d52217d093935.tar drakx-4dcae0918ec5a3c0e3623b1ffb5d52217d093935.tar.gz drakx-4dcae0918ec5a3c0e3623b1ffb5d52217d093935.tar.bz2 drakx-4dcae0918ec5a3c0e3623b1ffb5d52217d093935.tar.xz drakx-4dcae0918ec5a3c0e3623b1ffb5d52217d093935.zip |
drop supermount module support for Move
Diffstat (limited to 'kernel')
-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)), |