Browse Source

Update "building LFS in Stages" for the new layout

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Pierre Labastie 5 years ago
parent
commit
eb8890f68b
1 changed files with 13 additions and 13 deletions
  1. 13 13
      chapter02/stages.xml

+ 13 - 13
chapter02/stages.xml

@@ -33,7 +33,7 @@
   </sect2>
   
   <sect2>
-  <title>Chapter&nbsp;5</title>
+  <title>Chapter&nbsp;5&ndash;6</title>
 
     <itemizedlist>
       <listitem>
@@ -41,16 +41,10 @@
       </listitem>
 
       <listitem>
-        <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>
+        <para>Those two chapters must be done as user <emphasis>lfs</emphasis>.
+	A <command>su - lfs</command> needs to be done before any task in this
+	part. Failing to do that, you are at risk of installing packages to the
+        host, and render it unusable.</para>
       </listitem>
 
       <listitem>
@@ -64,16 +58,22 @@
   </sect2>
 
   <sect2>
-  <title>Chapters&nbsp;6&ndash;8</title>
+  <title>Chapter&nbsp;7&ndash;10</title>
 
     <itemizedlist>
       <listitem>
          <para>The /mnt/lfs partition must be mounted.</para>
       </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 LFS 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>