From: Harald Hoyer Date: Thu, 20 Oct 2011 09:13:34 +0000 (+0200) Subject: 99base/init: fix check for in kernel polling X-Git-Tag: 014~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15a5dc5b89facd084eaa400630510ca551b52afd;p=thirdparty%2Fdracut.git 99base/init: fix check for in kernel polling --- diff --git a/modules.d/99base/init b/modules.d/99base/init index 556ac681c..36b21528a 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -243,7 +243,7 @@ while :; do # no more udev jobs and queues empty. sleep 0.5 - if [ ! -e /sys/module/block/parameters/uevent ]; then + if [ ! -e /sys/module/block/parameters/events_dfl_poll_msecs ]; then # if the kernel does not support autopolling # then we have to do a # dirty hack for some cdrom drives,