summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/probing.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-11 17:10:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-11 17:10:17 +0000
commit7e1dcea7f367619fe2fca98d79087a0beed267b4 (patch)
treea0d1adc99d8253a9c2866272709dc1870935e6bd /mdk-stage1/probing.c
parent75dbadee24b0bd6b738093b66f8415a630692671 (diff)
downloaddrakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar.gz
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar.bz2
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar.xz
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.zip
add stdio frontend (get rid of newt+slang -eq reducing binary by 80 kbytes) (40 kbytes for compressed binary)
Diffstat (limited to 'mdk-stage1/probing.c')
-rw-r--r--mdk-stage1/probing.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c
index 0a012ad95..e252194ba 100644
--- a/mdk-stage1/probing.c
+++ b/mdk-stage1/probing.c
@@ -47,9 +47,10 @@ static void pci_probing(enum driver_type type)
if (IS_EXPERT) {
error_message("You should be asked if you have some SCSI.");
} else {
- wait_message("Installing SCSI module..."); sleep(1);
+/* wait_message("Installing SCSI module...");
+ my_insmod("advansys");
remove_wait_message();
- }
+*/ }
}