summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-17 21:32:48 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-17 21:32:48 +0000
commit5c8be581c94702bfeb3423e546dcec2750988c59 (patch)
tree522f7c058e19a2902523b9ee6a8d3a230e546d06 /mdk-stage1/stage1.c
parent5293eed5427b1c78124963ac24b0ac43140bdfda (diff)
downloaddrakx-backup-do-not-use-5c8be581c94702bfeb3423e546dcec2750988c59.tar
drakx-backup-do-not-use-5c8be581c94702bfeb3423e546dcec2750988c59.tar.gz
drakx-backup-do-not-use-5c8be581c94702bfeb3423e546dcec2750988c59.tar.bz2
drakx-backup-do-not-use-5c8be581c94702bfeb3423e546dcec2750988c59.tar.xz
drakx-backup-do-not-use-5c8be581c94702bfeb3423e546dcec2750988c59.zip
support 2.6 insmoding for expert third party modules and loading named modules
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) {