summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 95694308f..e1efc6348 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -257,7 +257,7 @@ static void expert_third_party_modules(void)
return expert_third_party_modules();
}
- rc = insmod_call(final_name, answers[0]);
+ rc = insmod_local_file(final_name, answers[0]);
umount(floppy_mount_location);
if (rc) {