From 806cedc647e42ec6ccd1ff567bdce38683132cd3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 12 Feb 2004 16:14:20 +0000 Subject: try to detect regular floppy drives --- mdk-stage1/stage1.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mdk-stage1/stage1.c') 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(); -- cgit v1.2.1