summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.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/modules.c
parentd7b9339931ad696653edf107e4dad8da621cc121 (diff)
downloaddrakx-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar
drakx-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar.gz
drakx-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar.bz2
drakx-806cedc647e42ec6ccd1ff567bdce38683132cd3.tar.xz
drakx-806cedc647e42ec6ccd1ff567bdce38683132cd3.zip
try to detect regular floppy drives
Diffstat (limited to 'mdk-stage1/modules.c')
-rw-r--r--mdk-stage1/modules.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c
index 719e98ca1..201302603 100644
--- a/mdk-stage1/modules.c
+++ b/mdk-stage1/modules.c
@@ -104,7 +104,6 @@ static enum return_type ensure_additional_modules_available(void)
retry:
stg1_info_message("Please insert the Additional Drivers floppy.");;
- my_insmod("floppy", ANY_DRIVER_TYPE, NULL, 0);
while (my_mount(floppy_device(), floppy_mount_location, "ext2", 0) == -1) {
enum return_type results = ask_yes_no(errno == ENXIO ?
@@ -537,8 +536,6 @@ void update_modules(void)
stg1_info_message("Please insert the Update Modules floppy.");;
- my_insmod("floppy", ANY_DRIVER_TYPE, NULL, 0);
-
if (my_mount(floppy_device(), floppy_mount_location, "ext2", 0) == -1) {
enum return_type results = ask_yes_no("I can't find a Linux ext2 floppy in first floppy drive.\n"
"Retry?");