diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-16 11:56:28 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-16 11:56:28 +0000 |
commit | 675606bde2ba53946537b42a5aa576692a311621 (patch) | |
tree | af20c20ce3841c16b24d0b9903af6878a4a0f5a6 /chapter02/stages.xml | |
parent | 560065f976e371779928dbf8b9428217f3f57331 (diff) | |
parent | 1cd59612d00603c9ce773ad821a15d20bc4fa0b7 (diff) |
Split Chapter 5 into three separate chapters.
Implement a new method of cross-building the LFS tool chain
and other tools to simplify the method of isolating the
new system from the original host. This will be the start of
LFS-10.0.
Move old trunk/BOOK to branches/old-trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/stages.xml')
-rw-r--r-- | chapter02/stages.xml | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/chapter02/stages.xml b/chapter02/stages.xml index 30e820213..0d513383d 100644 --- a/chapter02/stages.xml +++ b/chapter02/stages.xml @@ -25,40 +25,40 @@ <itemizedlist> <listitem> - <para>Procedures done as the root user after Section 2.4 need to - have the LFS environment variable set <emphasis>FOR THE ROOT - USER</emphasis>.</para> + <para>Procedures done as the root user after Section 2.4 need to + have the LFS environment variable set <emphasis>FOR THE ROOT + USER</emphasis>.</para> </listitem> </itemizedlist> </sect2> <sect2> - <title>Chapter 5</title> + <title>Chapter 5–6</title> <itemizedlist> <listitem> - <para>The /mnt/lfs partition must be mounted.</para> + <para>The /mnt/lfs partition must be mounted.</para> </listitem> <listitem> - <para><emphasis>ALL</emphasis> instructions in Chapter 5 - must be done by user <emphasis>lfs</emphasis>. - A <command>su - lfs</command> needs to be done before any - task in Chapter 5.</para> + <para>Threse two chapters must be done as user <emphasis>lfs</emphasis>. + A <command>su - lfs</command> needs to be done before any task in these + chapters. Failing to do that, you are at risk of installing packages to the + host, and potentially rendering it unusable.</para> </listitem> <listitem> <para>The procedures in <xref linkend='ch-tools-generalinstructions'/> are critical. If there is any doubt about installing a package, ensure any previously expanded - tarballs are removed, re-extract the package files, and complete all + tarballs are removed, then re-extract the package files, and complete all instructions in that section.</para> </listitem> </itemizedlist> </sect2> <sect2> - <title>Chapters 6–8</title> + <title>Chapter 7–10</title> <itemizedlist> <listitem> @@ -66,8 +66,14 @@ </listitem> <listitem> + <para>A few operations, from <quote>Changing Ownership</quote> to + <quote>Entering the Chroot Environment</quote> must be done as the + root user, with the LFS envirnment variable set for the root user.</para> + </listitem> + + <listitem> <para> When entering chroot, the LFS environment variable must be set - for root. The LFS variable is not used otherwise.</para> + for root. The LFS variable is not used afterwards.</para> </listitem> <listitem> |