aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/generalinstructions.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-08-20 04:41:48 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-08-20 04:41:48 +0000
commit16471f853954bf2fa66f43545084961f38ed4a01 (patch)
treebee0f9e2125b71732588ed4873ef14a334849d79 /chapter05/generalinstructions.xml
parent62b2fca93858bfda943868e8706d1443ffef9121 (diff)
Reworded the notes in the General Compilation Instructions
and added a note to bin-utils to have users actually read the General Compilation Instructions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/generalinstructions.xml')
-rw-r--r--chapter05/generalinstructions.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml
index bab8bed22..0b405842e 100644
--- a/chapter05/generalinstructions.xml
+++ b/chapter05/generalinstructions.xml
@@ -55,14 +55,18 @@
<listitem>
- <para>Finally, one last important item must be emphasized:</para>
+ <para>Finally, two last important items must be emphasized:</para>
+
+ <important>
+ <para>The build instructions assume that the <command>bash</command>
+ shell is in use.</para>
+ </important>
<important>
<para>Before issuing the build instructions for a package, the package
should be unpacked as user <systemitem class="username">lfs</systemitem>,
and a <command>cd</command> into the created directory should be
- performed. The build instructions assume that the
- <command>bash</command> shell is in use.</para>
+ performed.</para>
</important>
</listitem>