summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-11-17 20:45:34 +0100
committermaximilian attems <maks@debian.org>2005-11-17 20:45:34 +0100
commitb69379d8aba5cb2cf30f1786c547385e1d401cd8 (patch)
tree08ffc6202c0dbf8a57644337dbf6856018512f81
parent57bc760c182d013bd656abe0b7cefda67e80986b (diff)
use higher timeout, so that lesser people ends without devices.
future udevd should have condition to test against so that this timeout is no longer needed.
-rw-r--r--debian/changelog4
-rwxr-xr-xinit3
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0bc4e36..1cf51c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ initramfs-tools (0.39) unstable; urgency=low
* Pump udev dependency.
+ * init: Pump timeout as there is currently no way to check which udevd
+ processes are still running and why. Cures hopefully breakage of missing
+ devices.
+
-- maximilian attems <maks@sternwelten.at> Thu, 17 Nov 2005 19:59:47 +0100
initramfs-tools (0.38) unstable; urgency=low
diff --git a/init b/init
index 18d31ad..a1d6923 100755
--- a/init
+++ b/init
@@ -74,7 +74,8 @@ log_begin_msg "Initializing /dev"
mkdir /dev/.udevdb
UDEVD_EXPECTED_SEQNUM=$(($(cat /sys/kernel/hotplug_seqnum) + 1)) udevd --daemon
udevsynthesize
-sleep 2
+# FIXME: future udevd should have condition to test against
+sleep 5
log_end_msg
log_begin_msg "Loading modules"