diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-03-08 16:41:33 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-03-08 16:41:33 +0000 |
commit | cc681fbdb679ddc46b5db0e543b2ea0e7fc83343 (patch) | |
tree | a8588bcc052d434f66f9bc5c1a6d7c98a8462e42 /mdk-stage1 | |
parent | 6decae73a124dbb4ba9226e51d224eff3fa3a3aa (diff) | |
download | drakx-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar drakx-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar.gz drakx-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar.bz2 drakx-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar.xz drakx-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.zip |
have 4 seconds of delay for usb stuff
to show up rather than seconds
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/probing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index 7dca40336..fafb3be93 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -238,7 +238,7 @@ static void probe_that_type(enum driver_type type) goto end_usb_probe; } wait_message("Waiting for USB stuff to show up."); - sleep(2); /* sucking background work */ + sleep(4); /* sucking background work */ remove_wait_message(); } |