summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-12 22:46:50 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-12 22:46:50 +0000
commita22c56359677c75d8671d53c9d1c9a63409b7a19 (patch)
tree4b81e2aca13f67e44a095dffd1b01a6b732f33e6 /mdk-stage1/modules.c
parent337771650fe20f2661eed86c7594f5fe17503397 (diff)
downloaddrakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar.gz
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar.bz2
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.tar.xz
drakx-a22c56359677c75d8671d53c9d1c9a63409b7a19.zip
- add load of third party modules in Expert mode (PS rulz)
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index ee99374da..f73972e62 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -294,7 +294,7 @@ static enum return_type insmod_with_options(char * mod, enum driver_type type)
error_message("Insmod failed.");
return RETURN_ERROR;
}
-
+
add_modules_conf(options);
return RETURN_OK;