summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-12 16:14:20 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-12 16:14:20 +0000
commit806cedc647e42ec6ccd1ff567bdce38683132cd3 (patch)
tree874aeef33b112b82fb68afe2a97219726da600fc /mdk-stage1/stage1.c
parentd7b9339931ad696653edf107e4dad8da621cc121 (diff)
downloaddrakx-backup-do-not-use-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar
drakx-backup-do-not-use-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar.gz
drakx-backup-do-not-use-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar.bz2
drakx-backup-do-not-use-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar.xz
drakx-backup-do-not-use-806cedc647e42ec6ccd1ff567bdce38683132cd3.zip
try to detect regular floppy drives
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index c5452ce90..fe933684c 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -230,8 +230,6 @@ static void expert_third_party_modules(void)
if (results != RETURN_OK)
return;
- my_insmod("floppy", ANY_DRIVER_TYPE, NULL, 0);
-
if (my_mount(floppy_device(), floppy_mount_location, "ext2", 0) == -1) {
stg1_error_message("I can't find a Linux ext2 floppy in first floppy drive.");
return expert_third_party_modules();