Hi!

geninitrd has a bug in /dev/urandom creation which causes udhcpc wating for 
some random data for a very long time (or some kbd input which will generate 
some "random" irqs)

> initrd_gen_nfs() {
>       # use root=/dev/ram0 init=/linuxrc when starting kernel or you will
>       # have problems like init(XX) being child process of swapper(1).
>       debug "Adding rootfs on NFS support to initrd (dhcp)"
>       mknod "$MNTIMAGE/dev/urandom" c 1 8

should be:
        mknod "$MNTIMAGE/dev/urandom" c 1 9

-- 
Rafał Cygnarowski
[EMAIL PROTECTED]
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to