summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-04-04 18:46:37 +0000
committerOlivier Blin <oblin@mandriva.org>2005-04-04 18:46:37 +0000
commit2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc (patch)
tree9c83248eb7bab71b7b4c8edf0905f77be3a72d63 /mdk-stage1/stage1.c
parent63eda05b692c6d765dc391e5c46fd752ffd670f7 (diff)
downloaddrakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar.gz
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar.bz2
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.tar.xz
drakx-2091e3f2fee9f7697eefb00d2ca1e94a5a4945cc.zip
add thirdparty_load_media_modules(), try to find third party modules on the install media
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index a338c990b..e3a5b364c 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -324,6 +324,9 @@ static void method_select_and_prepare(void)
if (results != RETURN_OK)
return method_select_and_prepare();
+
+ /* try to find third party modules on the install media */
+ thirdparty_load_media_modules();
}
static enum return_type create_initial_fs_symlinks(char* symlinks)