Hello Denys. Sorry!

I created a LiveCD project called PIAPARA. At the rc.S script, I use udev service to create the /dev tree.

So, udev create some devices with root as owner and video, audio, lp, etc... as group. The problem is with udevd (udev service): it cannot find these group names.

My LiveCD project don't have user control. Everything run as root and I never used the group, shadow, passwd and gshadow files at /etc.
I just chowned every file to root:root before I create the LiveCD image.

Look likes udev need to find these groups. So, I just copied group, shadow, passwd and gshadow to the /etc and remastered another LiveCD image. Nothing changed.

Do I have to do some special config to busybox use these files? These files have a different text format for the data or I can use them from my distro (Mandriva)?

Att.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to