From 75dbadee24b0bd6b738093b66f8415a630692671 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 11 Dec 2000 15:10:33 +0000 Subject: week-end stuff: now supports second stage as a ramdisk adds better device files handling (some in initrd, others dynamically created) better logging of detected IDE and SCSI devices --- mdk-stage1/modules.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdk-stage1/modules.c') diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index cdf50d9eb..70bdc4a9f 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -198,6 +198,5 @@ int my_insmod(char * mod_name) enum return_type ask_scsi_insmod(void) { - error_message("Try to load a SCSI module"); - return RETURN_OK; + return ask_yes_no("Try to load a SCSI module"); } -- cgit v1.2.1