Re: [PATCH 8/8] man: use systemd as example instead of udev
From: Michal Marek <hidden>
Date: 2014-03-07 09:17:30
From: Michal Marek <hidden>
Date: 2014-03-07 09:17:30
On 2014-03-06 22:47, Lucas De Marchi wrote:
On Thu, Mar 6, 2014 at 9:22 AM, Michal Marek [off-list ref] wrote:quoted
On 2014-03-06 15:06, Lucas De Marchi wrote:quoted
Nowadays udev doesn't create nodes in /dev anymore. This role is rather^static As of writing this, udev still takes care of "normal" device nodes.nops... it doesn't even have the capability to create nodes anymore: http://cgit.freedesktop.org/systemd/systemd/commit/units/systemd-udevd.service.in?id=edeb68c53f1cdc452016b4c8512586a70b1262e3 I don' t know what you mean by normal device node... but udev now relies on 2 sources for creating nodes: 1) devtmpfs in the kernel 2) systemd-tmpfiles, that runs on early boot taking the output of 'kmod static-nodes'
Ah, I didn't know that devtmpfs is mandatory now. Michal