diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-10 08:27:35 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-10 08:27:35 +0000 |
commit | f10a9e1aeb6115154dfc3986a56c3e4d11bc133a (patch) | |
tree | 8aa05793dcd5b3932dc4f088951c60cecb1a4391 /kernel/list_modules.pm | |
parent | b7b49ef7423519c15a92c2f7c0b333c99a2872bb (diff) | |
download | drakx-f10a9e1aeb6115154dfc3986a56c3e4d11bc133a.tar drakx-f10a9e1aeb6115154dfc3986a56c3e4d11bc133a.tar.gz drakx-f10a9e1aeb6115154dfc3986a56c3e4d11bc133a.tar.bz2 drakx-f10a9e1aeb6115154dfc3986a56c3e4d11bc133a.tar.xz drakx-f10a9e1aeb6115154dfc3986a56c3e4d11bc133a.zip |
ntfs support in install from disk (on nplanel request, but to actually work, it would need the BOOT kernels to include the ntfs module)
Diffstat (limited to 'kernel/list_modules.pm')
-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 fbfdcce96..097d032fa 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -115,7 +115,7 @@ our %l = ( cdrom => [ qw(isofs) ], loopback => [ qw(isofs loop), if_($ENV{MOVE}, qw(cryptoloop gzloop supermount)) ], local => [ - if_(arch() =~ /^i.86|x86_64/, qw(vfat fat)), + if_(arch() =~ /^i.86|x86_64/, qw(vfat fat ntfs)), if_(arch() =~ /^ppc/, qw(hfs)), qw(reiserfs), ], |