Adding a reference to Bruce's SBU page.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2004-01-19 21:52:33 +00:00
parent 7d19427fd6
commit fae442d5f0
3 changed files with 11 additions and 3 deletions

View File

@ -30,10 +30,12 @@
<listitem><para><xref linkend="ch06-inetutils"/></para></listitem> <listitem><para><xref linkend="ch06-inetutils"/></para></listitem>
<listitem><para><xref linkend="ch06-kbd"/></para></listitem> <listitem><para><xref linkend="ch06-kbd"/></para></listitem>
<listitem><para><xref linkend="ch06-less"/></para></listitem> <listitem><para><xref linkend="ch06-less"/></para></listitem>
<listitem><para><xref linkend="ch06-lfs-utils"/></para></listitem>
<listitem><para><xref linkend="ch06-libtool"/></para></listitem> <listitem><para><xref linkend="ch06-libtool"/></para></listitem>
<listitem><para><xref linkend="ch08-kernel"/></para></listitem> <listitem><para><xref linkend="ch08-kernel"/></para></listitem>
<listitem><para><xref linkend="ch06-m4"/></para></listitem> <listitem><para><xref linkend="ch06-m4"/></para></listitem>
<listitem><para><xref linkend="ch06-make"/></para></listitem> <listitem><para><xref linkend="ch06-make"/></para></listitem>
<listitem><para><xref linkend="ch06-MAKEDEV"/></para></listitem>
<listitem><para><xref linkend="ch06-man"/></para></listitem> <listitem><para><xref linkend="ch06-man"/></para></listitem>
<listitem><para><xref linkend="ch06-man-pages"/></para></listitem> <listitem><para><xref linkend="ch06-man-pages"/></para></listitem>
<listitem><para><xref linkend="ch06-modutils"/></para></listitem> <listitem><para><xref linkend="ch06-modutils"/></para></listitem>

View File

@ -50,6 +50,9 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>January 19th, 2004 [alex]: Chapter 2 - Added a reference to
Bruce's pages on build times and SBUs.</para></listitem>
<listitem><para>January 17th, 2004 [greg]: Chapter 7 - Creating the /etc/hosts <listitem><para>January 17th, 2004 [greg]: Chapter 7 - Creating the /etc/hosts
file: Amended example domain names to comply with RFC 2606. Closes file: Amended example domain names to comply with RFC 2606. Closes
742.</para></listitem> 742.</para></listitem>
@ -62,6 +65,9 @@ and provide more help for when things go wrong.</para></listitem>
running of the Chapter 5 test suites strictly optional i.e. the default action running of the Chapter 5 test suites strictly optional i.e. the default action
for the average reader is to not run them. Closes 719.</para></listitem> for the average reader is to not run them. Closes 719.</para></listitem>
<listitem><para>January 14th, 2004 [alex]: Cleaned up stale files and entities
after the big move.</para></listitem>
<listitem><para>January 13th, 2004 [greg]: Chapter 8 - Installation of the <listitem><para>January 13th, 2004 [greg]: Chapter 8 - Installation of the
kernel: Added command to keep a copy of the kernel .config kernel: Added command to keep a copy of the kernel .config
file.</para></listitem> file.</para></listitem>
@ -73,9 +79,6 @@ Closes 741.</para></listitem>
<listitem><para>January 13th, 2004 [greg]: Upgraded to Automake-1.8.2, Kbd-1.11 <listitem><para>January 13th, 2004 [greg]: Upgraded to Automake-1.8.2, Kbd-1.11
and Sed-4.0.9.</para></listitem> and Sed-4.0.9.</para></listitem>
<listitem><para>January 14th, 2004 [alex]: Cleaned up stale files and entities
after the big move.</para></listitem>
<listitem><para>January 12th, 2004 [alex]: Moved all the information in <listitem><para>January 12th, 2004 [alex]: Moved all the information in
appendix A (the program descriptions and download locations) to chapter 6, appendix A (the program descriptions and download locations) to chapter 6,
dividing each package page in roughly three sections: Statistics, Instructions, dividing each package page in roughly three sections: Statistics, Instructions,

View File

@ -32,5 +32,8 @@ approximately 30% slower.</para>
so lucky as to have multiple processors, chances are that your system is so fast so lucky as to have multiple processors, chances are that your system is so fast
that you won't mind.</para> that you won't mind.</para>
<para>If you wish to see actual timings for specific machines, have a look at
<ulink url="http://www.linuxfromscratch.org/~bdubbs/"/>.</para>
</sect1> </sect1>