diff options
author | maximilian attems <maks@debian.org> | 2005-11-17 20:45:34 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-11-17 20:45:34 +0100 |
commit | b69379d8aba5cb2cf30f1786c547385e1d401cd8 (patch) | |
tree | 08ffc6202c0dbf8a57644337dbf6856018512f81 /init | |
parent | 57bc760c182d013bd656abe0b7cefda67e80986b (diff) | |
download | initramfs-tools-b69379d8aba5cb2cf30f1786c547385e1d401cd8.tar.gz initramfs-tools-b69379d8aba5cb2cf30f1786c547385e1d401cd8.zip |
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.
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |