From 00588180eea2ae621865ede52b7b9c619848c276 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sat, 1 Oct 2022 15:14:22 +0800 Subject: kernfs: modernize the explanation for bind mounting /dev If you are using a "modern" distro (with devtmpfs and a modern udev implementation), a bind mounting is actually not needed because you can mount devtmpfs anyway. The only reason for bind mounting is to be compatible with old host distros where /dev is a directory containing many static device nodes, or is a tmpfs (not same as devtmpfs) popluated by bootscript or an old udev (modern udev implementations, including eudev and systemd-udev used by LFS, strictly requires a devtmpfs on /dev). So update the explanation to match the status quo. --- chapter09/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter09/udev.xml') diff --git a/chapter09/udev.xml b/chapter09/udev.xml index 435255a19..396f2b389 100644 --- a/chapter09/udev.xml +++ b/chapter09/udev.xml @@ -93,7 +93,7 @@ - + Device Node Creation Device files are created by the kernel by the