udev 141/154: Move udevadm settle timeout to 8 to match 151
authorTom Rini <tom_rini@mentor.com>
Fri, 20 Aug 2010 23:00:18 +0000 (16:00 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 20 Aug 2010 23:00:18 +0000 (16:00 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/udev/udev-141/init
recipes/udev/udev-154/init

index 9f7b2c4..14f2d50 100644 (file)
@@ -59,7 +59,7 @@ kill_udevd > "/dev/null" 2>&1
         /sbin/udevadm control --env STARTUP=1
                if [ "$not_first_boot" != "" ];then
                        /sbin/udevadm trigger --subsystem-nomatch=tty --subsystem-nomatch=mem --subsystem-nomatch=vc --subsystem-nomatch=vtconsole --subsystem-nomatch=misc --subsystem-nomatch=dcon --subsystem-nomatch=pci_bus  --subsystem-nomatch=graphics  --subsystem-nomatch=backlight --subsystem-nomatch=video4linux  --subsystem-nomatch=platform
-                       (/sbin/udevadm settle --timeout=3; /sbin/udevadm control --env STARTUP=)&
+                       (/sbin/udevadm settle --timeout=8; /sbin/udevadm control --env STARTUP=)&
                else
                        /sbin/udevadm trigger
                        /sbin/udevadm settle
index e9ecf97..4dcb241 100644 (file)
@@ -64,7 +64,7 @@ kill_udevd > "/dev/null" 2>&1
         /sbin/udevadm control --env STARTUP=1
                if [ "$not_first_boot" != "" ];then
                        /sbin/udevadm trigger --subsystem-nomatch=tty --subsystem-nomatch=mem --subsystem-nomatch=vc --subsystem-nomatch=vtconsole --subsystem-nomatch=misc --subsystem-nomatch=dcon --subsystem-nomatch=pci_bus  --subsystem-nomatch=graphics  --subsystem-nomatch=backlight --subsystem-nomatch=video4linux  --subsystem-nomatch=platform
-                       (/sbin/udevadm settle --timeout=3; /sbin/udevadm control --env STARTUP=)&
+                       (/sbin/udevadm settle --timeout=8; /sbin/udevadm control --env STARTUP=)&
                else
                        /sbin/udevadm trigger
                        /sbin/udevadm settle