From 59255c556db6a1fbb94458d87f798a58d39a056f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 24 Jul 2002 14:05:11 +0000 Subject: enhance (complicate? ;p) device detection so that scsi and usb detection are done only when no ide cdrom with mandrake install is detected (speed up), have usb keyboard modules installed before any interactive question, honour "noauto" (skip usb detection and insmod'ing) --- mdk-stage1/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/disk.c') diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c index 8488a767e..0f764c749 100644 --- a/mdk-stage1/disk.c +++ b/mdk-stage1/disk.c @@ -300,7 +300,7 @@ enum return_type disk_prepare(void) my_insmod("sd_mod", ANY_DRIVER_TYPE, NULL); - get_medias(DISK, &medias, &medias_models); + get_medias(DISK, &medias, &medias_models, BUS_ANY); ptr = medias; while (ptr && *ptr) { -- cgit v1.2.1