> I like the idea behind a bash.lrp, especially since we're running
> Dachstein-CD and plenty of RAM.
>
> However, bash.lrp breaks two (2) other modules, complaining about
> ``broken pipe'':
>
> /etc/rcS.d/S36ramdisk.pkg, line 33
> /etc/rcS.d/S55urandom.pkg, line 56
>
> Notice, also, that those line numbers are *not* the lines with the pipe
> ``|''.
>
> What do you think?

I am aware of the problem with urandom.  To fix it, change the two instances
of:

cat /dev/urandom | dd bs=512 count=1 >/var/run/random-seed \

to:
dd if=/dev/urandom bs=512 count=1 >/var/run/random-seed \

I'll look into the problem with ramdisk...

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to