summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-03-08 16:41:33 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-03-08 16:41:33 +0000
commitcc681fbdb679ddc46b5db0e543b2ea0e7fc83343 (patch)
treea8588bcc052d434f66f9bc5c1a6d7c98a8462e42 /mdk-stage1
parent6decae73a124dbb4ba9226e51d224eff3fa3a3aa (diff)
downloaddrakx-backup-do-not-use-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar
drakx-backup-do-not-use-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar.gz
drakx-backup-do-not-use-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar.bz2
drakx-backup-do-not-use-cc681fbdb679ddc46b5db0e543b2ea0e7fc83343.tar.xz
drakx-backup-do-not-use-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.c2
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();
}