diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-03-05 04:01:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-03-05 04:01:21 +0000 |
commit | 2f4c3327ffda791d32485570bdde3fd80940b658 (patch) | |
tree | c03aba73135f7543ddf125137d27bfaa61b89150 /chapter05 | |
parent | a3b3b6fa1f794bb5c1d73526b601756af45ca281 (diff) |
Updates for pdf formatting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/generalinstructions.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index c8443dadc..aa9cff1ac 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -75,8 +75,9 @@ <para>To re-emphasize the build process:</para> <screen role="nodump"> -1. Place all the sources and patches in a directory that will be accessible from the - chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/. +1. Place all the sources and patches in a directory that will be accessible + from the chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put + sources in /mnt/lfs/tools/. 2. Change to the sources directory. 3. For each package: a. Using the tar program, extract the package to be built. |