summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-08-09 05:40:48 +0000
committerJeremy Katz <katzj@redhat.com>2002-08-09 05:40:48 +0000
commit0be9696a23fa01eb98a7bf164524bda6a760f943 (patch)
treea045183ed6a64d1b24a572b21c395c7eaa21fd8a
parent4b25b705ca872d93b91288485f8a3bf4ad296606 (diff)
downloadanaconda-0be9696a23fa01eb98a7bf164524bda6a760f943.tar.gz
anaconda-0be9696a23fa01eb98a7bf164524bda6a760f943.tar.xz
anaconda-0be9696a23fa01eb98a7bf164524bda6a760f943.zip
always make nfs available if we can
-rw-r--r--loader/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index cc26ed41b..79e75d844 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -3344,7 +3344,7 @@ int main(int argc, char ** argv) {
modDeps = mlNewDeps();
mlLoadDeps(&modDeps, "/modules/modules.dep");
- mlLoadModuleSet("cramfs:vfat", modLoaded, modDeps, modInfo, flags);
+ mlLoadModuleSet("cramfs:vfat:nfs", modLoaded, modDeps, modInfo, flags);
#if defined (__s390__) || defined (__s390x__)