mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
kernfs: "device nodes" are in /dev, not "devices"
You cannot throw a NVIDIA GTX 690 into /dev :).
This commit is contained in:
parent
00588180ee
commit
2bf32ffa3a
@ -33,7 +33,7 @@
|
||||
mounts the <systemitem class="filesystem">devtmpfs</systemitem>
|
||||
filesystem on the
|
||||
<filename class="directory">/dev</filename> directory; the kernel
|
||||
creates device on that virtual filesystem during the boot process
|
||||
creates device nodes on that virtual filesystem during the boot process
|
||||
or when a device is first detected or accessed. The udev daemon may
|
||||
change the owner or permission of the device nodes created by the
|
||||
kernel, or create new device nodes or symlinks to ease the work of
|
||||
|
Loading…
Reference in New Issue
Block a user