mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
update NEWS README
This commit is contained in:
parent
cb9a0eeeab
commit
41c69b0ff0
6
NEWS
6
NEWS
@ -1,5 +1,11 @@
|
||||
udev 155
|
||||
========
|
||||
Bugfixes.
|
||||
|
||||
Now, on startup, udevd itself copies the content of /lib/udev/devices
|
||||
to /dev. Also the standard symlinks like /dev/std{in,out,err}, /dev/core,
|
||||
/dev/fd are created.
|
||||
|
||||
|
||||
udev 154
|
||||
========
|
||||
|
5
README
5
README
@ -62,11 +62,6 @@ Setup:
|
||||
works on an empty 'tmpfs' filesystem, but some static device nodes like
|
||||
/dev/null, /dev/console, /dev/kmsg are needed to be able to start udev itself.
|
||||
|
||||
- The content of /lib/udev/devices directory which contains static content like
|
||||
symlinks and directories, which are always expected to be in /dev, should
|
||||
be copied over to the mounted /dev directory:
|
||||
cp -axT --remove-destination /lib/udev/devices /dev
|
||||
|
||||
- The udev daemon should be started to handle device events sent by the kernel.
|
||||
During bootup, the kernel can be asked to send events for all already existing
|
||||
devices, to apply the configuration to these devices. This is usually done by:
|
||||
|
Loading…
Reference in New Issue
Block a user