diff options
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/stages.xml | 22 |
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 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>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> |