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) --- mdk-stage1/mount.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mdk-stage1/mount.c') diff --git a/mdk-stage1/mount.c b/mdk-stage1/mount.c index ca2a083de..9d48f3665 100644 --- a/mdk-stage1/mount.c +++ b/mdk-stage1/mount.c @@ -196,6 +196,10 @@ int my_mount(char *dev, char *location, char *fs, int force_rw) opts = "check=relaxed"; } + if (!strcmp(fs, "ntfs")) { + my_insmod("ntfs", ANY_DRIVER_TYPE, NULL, 1); + } + if (!strcmp(fs, "reiserfs")) my_insmod("reiserfs", ANY_DRIVER_TYPE, NULL, 1); -- cgit v1.2.1