On Jan 14, Eric Valette <[EMAIL PROTECTED]> wrote:

> No I'm not using devfs compatibility script (or do not want to). I just
Well, you are:

lrwxrwxrwx 1 root root 14 2005-06-30 21:23 devfs.rules -> ../devfs.rules

So, if you do not care about devfs names you could try this to remove
some variables:

cd /etc/udev/rules.d/
ln -s ../udev.rules .
rm devfs.rules compat-full.rules

> I discovered (the hard way) udev does need a minimal /dev and added by
> hand some devices back in /dev but just what I need to boot. I would
/dev/console and /dev/null are supposed be enough for udev (if they are
not it's probably a bug)

> probably need to recreate a neraly working /dev one day.
This would be a very good idea. Something like this should work:
cd /dev/.static/dev/
cp -a /dev/* .

-- 
ciao,
Marco

Attachment: signature.asc
Description: Digital signature

Reply via email to