diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-08 15:10:04 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-03-08 15:10:04 +0800 |
commit | ac47b252fe9f2af7b37bfa5e7e0eca4400ddb014 (patch) | |
tree | 59d2cbd6369c6bb5401a7af4ad4d9ace159d652c | |
parent | 940c8495ae3e96d22856e51266bd02f0840de25a (diff) |
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.
-rw-r--r-- | chapter07/kernfs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter07/kernfs.xml b/chapter07/kernfs.xml index 8746ea1e9..64db54c24 100644 --- a/chapter07/kernfs.xml +++ b/chapter07/kernfs.xml @@ -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 |