From f10a9e1aeb6115154dfc3986a56c3e4d11bc133a Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 10 Jun 2004 08:27:35 +0000 Subject: ntfs support in install from disk (on nplanel request, but to actually work, it would need the BOOT kernels to include the ntfs module) --- kernel/list_modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') 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), ], -- cgit v1.2.1