aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-03 21:02:51 +0000
commitefcb3933433838b71f3a4a53ec1ac6d899aaec0b (patch)
treef0b1fb24d5ac7ebb93cc2deddefbc16938ea49d0 /chapter02
parent9d719e24c33f9a2ecf8a5582cd811c43a8fa46c2 (diff)
Make the new book
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross-chap5@11831 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r--chapter02/stages.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/chapter02/stages.xml b/chapter02/stages.xml
index 30e820213..6ca265991 100644
--- a/chapter02/stages.xml
+++ b/chapter02/stages.xml
@@ -25,9 +25,9 @@
<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>
@@ -37,14 +37,20 @@
<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&nbsp;5
- must be done by user <emphasis>lfs</emphasis>.
- A <command>su - lfs</command> needs to be done before any
- task in Chapter&nbsp;5.</para>
+ <para>This chapter includes three parts. The first one, from
+ <quote>Binutils Pass1</quote> to <quote>Stripping</quote>
+ must be done by user <emphasis>lfs</emphasis>. A
+ <command>su - lfs</command> needs to be done before any task in this
+ part. The second part, from <quote>Changing Ownership</quote> to
+ <quote>Entering the Chroot Environment</quote> must be done as the
+ root user, with LFS set for the root user. The third part, from
+ <quote>Creating Directories</quote> to the end of the chapter, is done
+ in the chroot environment. The same procedures as for chapter 6
+ apply.</para>
</listitem>
<listitem>