Changeset 8d5322e for chapter07


Ignore:
Timestamp:
11/18/2022 07:41:41 AM (23 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
46405a5b
Parents:
16a1647 (diff), 7115c88 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter07
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r16a1647 r8d5322e  
    3939  <para>From this point on, there is no need to use the
    4040  <envar>LFS</envar> variable any more because all work will be restricted
    41   to the LFS file system; the <command>chroot</command> command tells the Bash shell that
    42   <filename class="directory">$LFS</filename> is now the root
    43   (<filename class="directory">/</filename>) directory.</para>
     41  to the LFS file system; the <command>chroot</command> command runs the
     42  Bash shell with the root
     43  (<filename class="directory">/</filename>) directory set to
     44  <filename class='directory'>$LFS</filename>.</para>
    4445
    4546  <para>Notice that <filename class="directory">/tools/bin</filename> is not
  • chapter07/kernfs.xml

    r16a1647 r8d5322e  
    4242      If the host kernel supports &devtmpfs;, we can simply mount a
    4343      &devtmpfs; at <filename class='directory'>$LFS/dev</filename> and rely
    44       on the kernel to populate it (i.e., the udev daemon will do the
    45       necessary work automatically).</para>
     44      on the kernel to populate it.</para>
    4645
    4746      <para>But some host kernels lack &devtmpfs; support; these
     
    5251      by bind mounting the host system's
    5352      <filename class="directory">/dev</filename> directory. A bind mount is
    54       a special type of mount that generates a duplicate copy of a
    55       directory or mount point at some other location. Use the following
     53      a special type of mount that makes a directory subtree or a file
     54      visible at some other location. Use the following
    5655      command to do this.</para>
    5756
Note: See TracChangeset for help on using the changeset viewer.