Zoran Kikic wrote:
> mhh, I think udevstart is no longer needed. It's a bootscripts problem -
> I took lfs-bootscripts-20070420 from lfs which does not look for udevstart.

udevstart can be *probably* replaced with something like:

#!/bin/sh
# Begin /sbin/udevstart

set -e

if ! /bin/pidof -s udevd >/dev/null; then
        /sbin/udevd --daemon
fi

/sbin/udevtrigger
sleep 1
/sbin/udevtrigger --retry-failed

# End /sbin/udevstart
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to