mv /sbin/udevadm /sbin/udevadm.real
cat >/sbin/udevadm <<EOF
#!/bin/sh
if [ "$1" == "settle" ] ; then
sleep 1
else
exec /sbin/udevadm.real "$@"
fi
EOF
chmod 755 /sbin/udevadm-- udevadm settle hangs https://bugs.launchpad.net/bugs/387086 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
