Correcting the working dir, readding a lost paragraph, and alphabetizing.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2967 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2003-10-11 12:02:35 +00:00
parent 1668d8e3f7
commit 313e096081
4 changed files with 24 additions and 14 deletions

View File

@ -6,13 +6,14 @@
ext2 filesystem. It also supports the ext3 filesystem with journaling ext2 filesystem. It also supports the ext3 filesystem with journaling
support.</para> support.</para>
<para><emphasis>Installed programs</emphasis>: badblocks, chattr, compile_et, <para><emphasis>Installed programs</emphasis>: badblocks, blkid, chattr,
debugfs, dumpe2fs, e2fsck, e2image, e2label, fsck, fsck.ext2, fsck.ext3, compile_et, debugfs, dumpe2fs, e2fsck, e2image, e2label, findfs, fsck,
lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mklost+found, resize2fs, fsck.ext2, fsck.ext3, logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3,
tune2fs, uuidgen, blkid, findfs and logsave.</para> mklost+found, resize2fs, tune2fs and uuidgen.</para>
<para><emphasis>Installed libraries</emphasis>: libcom_err.[a,so], <para><emphasis>Installed libraries</emphasis>: libblkid.[a,so],
libe2p.[a,so], libext2fs.[a,so], libss.[a,so], libuuid.[a,so] and libblkid.[a,so]</para> libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], libss.[a,so] and
libuuid.[a,so]</para>
</sect2> </sect2>

View File

@ -96,6 +96,12 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>October 11h, 2003 [alex]: Adapted the required disk space
values, as posted by Bruce Dubbs.</para></listitem>
<listitem><para>October 11h, 2003 [alex]: Chapter 5 - Toolchain technical
notes: Added and changed some markup.</para></listitem>
<listitem><para>October 9th, 2003 [gerard]: Upgraded to <listitem><para>October 9th, 2003 [gerard]: Upgraded to
lfs-bootscripts-1.12.</para></listitem> lfs-bootscripts-1.12.</para></listitem>

View File

@ -32,16 +32,16 @@ of the alternative means of downloading listed on
<para>You'll need to store all the downloaded packages and patches somewhere <para>You'll need to store all the downloaded packages and patches somewhere
that is conveniently available throughout the entire build. You'll also need a that is conveniently available throughout the entire build. You'll also need a
working directory in which to unpack the sources and build them. A scheme that working directory in which to unpack the sources and build them. A scheme that
works well is to use <filename>$LFS/usr/src/packages</filename> for all the works well is to use <filename>$LFS/tools/sources/packages</filename> for the
downloaded files and <filename>$LFS/usr/src</filename> as the working tarballs, and <filename>$LFS/tools/sources</filename> as the working directory
directory. In this way, everything will be on the LFS partition and available <emphasis>and</emphasis> as the place to store the patches. In this way,
during all stages of the building process.</para> everything will be on the LFS partition and available during all stages of the
building process.</para>
<!-- <para>So you may want to execute the following command before starting
<para>So you may want to execute the following command:</para> your download session:</para>
<screen><userinput>mkdir -p $LFS/usr/src/packages</userinput></screen> <screen><userinput>mkdir -p $LFS/tools/sources/packages</userinput></screen>
-->
<!-- <!--
<para>For your convenience the top of the list contains a link to a file <para>For your convenience the top of the list contains a link to a file

View File

@ -29,6 +29,9 @@ variables that override the default optimization flags.</para>
<screen><userinput>make </userinput></screen> <screen><userinput>make </userinput></screen>
<note><para>It's worth pointing out that running the Binutils test suite here
is considered not as important running it in Chapter 6.</para></note>
<para>Test the results (there should be no unexpected failures here, expected <para>Test the results (there should be no unexpected failures here, expected
failures are fine):</para> failures are fine):</para>