Changeset 663ecfc for chapter01/how.xml


Ignore:
Timestamp:
06/29/2005 04:24:16 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ab1a271
Parents:
2ec0d20
Message:

Several minor wording changes (chapters 1 - 5).

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    r2ec0d20 r663ecfc  
    3030patches need to be downloaded to build an LFS system and how to store
    3131them on the new file system. <xref linkend="chapter-final-preps"/>
    32 discusses the setup for an appropriate work environment. Please read
     32discusses the setup for an appropriate working environment. Please read
    3333<xref linkend="chapter-final-preps"/> carefully as it explains several
    3434important issues the developer should be aware of before beginning to
     
    5555</para>
    5656
    57 <para>While this may initially seem like a lot of work to get away
    58 from a host distribution, a full technical explanation is provided at
    59 the beginning of <xref linkend="chapter-temporary-tools"/>.</para>
     57<para>While this may initially seem like a lot of work to isolate the new system
     58from the host distribution, a full technical explanation is provided at the
     59beginning of <xref linkend="chapter-temporary-tools"/>.</para>
    6060
    6161<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
    62 built. The chroot (change root) program is used to enter a virtual
     62built. The <command>chroot</command> (change root) program is used to enter a virtual
    6363environment and start a new shell whose root directory will be set to
    6464the LFS partition. This is very similar to rebooting and instructing
    6565the kernel to mount the LFS partition as the root partition. The
    66 system does not actually reboot, but instead chroots because creating a
     66system does not actually reboot, but instead <command>chroot</command>'s because creating a
    6767bootable system requires additional work which is not necessary just
    6868yet. The major advantage is that <quote>chrooting</quote> allows the
     
    8383step is discussed in the following chapters and package descriptions.
    8484Items that may seem complicated will be clarified, and everything will
    85 fall into place as the developer embarks on the LFS adventure.</para>
     85fall into place as the reader embarks on the LFS adventure.</para>
    8686
    8787</sect1>
Note: See TracChangeset for help on using the changeset viewer.