:: Re: [DNG] vdev - udev is a dead end
Forside
Slet denne besked
Besvar denne besked
Skribent: Didier Kryn
Dato:  
Til: dng
Emne: Re: [DNG] vdev - udev is a dead end
Le 10/08/2016 18:20, Tomasz Torcz a écrit :
> Current udev_cannot_ be used to
> populate /dev, it doesn't contain any mknod() calls enymore.

     Actually mknod isn't necessary since device files are created by 
the kernel in /sys/block/dev and /sys/char/dev and the hotplugger only 
needs to copy them to /dev.


     Didier