lfs/chapter07
Xi Ruoyao 2f9498afa4
kernfs: remove a false note
Things are a little tricky:

1. If the host is "modern" (any desktop distro after 2013), the kernel
   supports devtmpfs and the host udev will do adjustments to the
   devtmpfs.  All instances of devtmpfs shares the same content so we'll
   see the work of both the kernel and the host udev in chroot.
2. If the host is old but the kernel supports devtmpfs (i. e. the host
   is not using devtmpfs for its /dev), when we mount devtmpfs on
   $LFS/dev we'll see the work of the kernel in chroot, but not the work
   of udev.  **Building LFS does not need any work of udev.**
3. If the host is very old and the kernel does not support devtmpfs at
   all, we can't mount devtmpfs.

Mounting a devtmpfs will work for 1 and 2, while bind mounting will work
for 1, 2, and 3.  So we use bind mounting here.

I don't want to squash all these details into the book, so just remove
the false statement here.
2022-11-18 12:52:09 +08:00
..
bison.xml Rename package entities to be independent of chapter numbering 2020-06-11 12:55:28 +00:00
changingowner.xml minor rewords in the beginning of chap 7 2020-06-20 07:26:14 +00:00
chapter07.xml fix GCC PR100017 and enable libstdc++ for pass 2 2022-02-27 23:36:55 +08:00
chroot.xml chroot: reword how chroot works 2022-11-18 12:40:53 +08:00
cleanup.xml Corrected grammar, spelling, and idiom in chapter 7. 2022-11-16 13:16:35 -06:00
createfiles.xml Corrected grammar, spelling, and idiom in chapter 7. 2022-11-16 13:16:35 -06:00
creatingdirs.xml Tweaked English idiom and edited for style. 2022-09-30 15:49:41 -05:00
gettext.xml Rename package entities to be independent of chapter numbering 2020-06-11 12:55:28 +00:00
introduction.xml kernfs: technically, they are not needed for chroot 2022-10-01 13:35:59 +08:00
kernfs.xml kernfs: remove a false note 2022-11-18 12:52:09 +08:00
perl.xml Remove spaces at end o lines - chapter07 2021-09-07 22:35:55 +02:00
python.xml temp python: add a note about (not so) "fatal" errors 2021-07-28 12:08:52 +08:00
texinfo.xml texinfo: remove unneeded sed 2022-07-02 11:31:13 +08:00
util-linux.xml Speling 2022-03-24 12:11:57 -05:00