mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Clarified verbiage here and there. Used the present perfect tense instead
of the simple present to make the order of events clearer.
This commit is contained in:
parent
86f386863e
commit
294ea05cd1
@ -12,22 +12,22 @@
|
|||||||
|
|
||||||
<para>LFS is designed to be built in one session. That is, the
|
<para>LFS is designed to be built in one session. That is, the
|
||||||
instructions assume that the system will not be shut down
|
instructions assume that the system will not be shut down
|
||||||
during the process. That does not mean that the system has to
|
during the process. This does not mean that the system has to
|
||||||
be done in one sitting. The issue is that certain procedures
|
be built in one sitting. The issue is that certain procedures
|
||||||
have to be re-accomplished after a reboot if resuming LFS at
|
must be repeated after a reboot when resuming LFS at
|
||||||
different points.</para>
|
different points.</para>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Chapters 1–4</title>
|
<title>Chapters 1–4</title>
|
||||||
|
|
||||||
<para>These chapters are accomplished on the host system. When
|
<para>These chapters run commands on the host system. When
|
||||||
restarting, be careful of the following:</para>
|
restarting, be certain of one thing:</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Procedures done as the
|
<para>Procedures performed as the
|
||||||
<systemitem class="username">root</systemitem> user after Section
|
<systemitem class="username">root</systemitem> user after Section
|
||||||
2.4 need to have the LFS environment variable set
|
2.4 must have the LFS environment variable set
|
||||||
<emphasis>FOR THE ROOT USER</emphasis>.</para>
|
<emphasis>FOR THE ROOT USER</emphasis>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -44,7 +44,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>These two chapters <emphasis>must</emphasis> be done as user
|
<para>These two chapters <emphasis>must</emphasis> be done as user
|
||||||
<systemitem class="username">lfs</systemitem>.
|
<systemitem class="username">lfs</systemitem>.
|
||||||
A <command>su - lfs</command> command must be issued before any task in these
|
A <command>su - lfs</command> command must be issued before performing any task in these
|
||||||
chapters. If you don't do that, you are at risk of installing packages to the
|
chapters. If you don't do that, you are at risk of installing packages to the
|
||||||
host, and potentially rendering it unusable.</para>
|
host, and potentially rendering it unusable.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -52,8 +52,8 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>The procedures in <xref linkend='ch-tools-generalinstructions'/>
|
<para>The procedures in <xref linkend='ch-tools-generalinstructions'/>
|
||||||
are critical. If there is any
|
are critical. If there is any
|
||||||
doubt about installing a package, ensure any previously expanded
|
doubt a package has been installed correctly, ensure the previously expanded
|
||||||
tarballs are removed, then re-extract the package files, and complete all
|
tarball has been removed, then re-extract the package, and complete all
|
||||||
the instructions in that section.</para>
|
the instructions in that section.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -77,7 +77,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para> When entering chroot, the LFS environment variable must be set
|
<para> When entering chroot, the LFS environment variable must be set
|
||||||
for <systemitem class="username">root</systemitem>. The LFS
|
for <systemitem class="username">root</systemitem>. The LFS
|
||||||
variable is not used after entering the chroot environment.</para>
|
variable is not used after the chroot environment has been entered.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user