diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-08 19:36:30 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-06-08 19:36:30 +0000 |
commit | eb8890f68b9d1fa49c48b6d0f0c2a58ac7a6e0cd (patch) | |
tree | 51d7ad8cfb3efa93baefe81d7057a6accdbb23e6 /chapter02 | |
parent | 171c9a2262aec4cd6a373b45c0bc597fecd2846c (diff) |
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
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/stages.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/chapter02/stages.xml b/chapter02/stages.xml index 6ca265991..25de52632 100644 --- a/chapter02/stages.xml +++ b/chapter02/stages.xml @@ -33,7 +33,7 @@ </sect2> <sect2> - <title>Chapter 5</title> + <title>Chapter 5–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,7 +58,7 @@ </sect2> <sect2> - <title>Chapters 6–8</title> + <title>Chapter 7–10</title> <itemizedlist> <listitem> @@ -72,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 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> |