kernfs: "Udev" -> "the kernel and Udev"

devtmpfs already contains many device nodes created by the kernel once
it's mounted, and Udev creates or renames nodes based on kernel work.
This commit is contained in:
Xi Ruoyao 2022-03-08 15:10:04 +08:00 committed by William Harrington
parent 83d8de03b5
commit 4926bf282d

View File

@ -32,7 +32,8 @@
<filename class="directory">/dev</filename> directory, and allow the
devices to be created dynamically on that virtual filesystem as they
are detected or accessed. Device creation is generally done during the
boot process by Udev. Since this new system does not yet have Udev and
boot process by the kernel and Udev.
Since this new system does not yet have Udev and
has not yet been booted, it is necessary to mount and populate
<filename class="directory">/dev</filename> manually. This is
accomplished by bind mounting the host system's