diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-19 21:52:33 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-19 21:52:33 +0000 |
commit | fae442d5f04416d382f6d14e8d5fefe7cf23bbbb (patch) | |
tree | e37d41cfea239660d2ca729bf8e84f0a360b8fc0 | |
parent | 7d19427fd658ddd40a68e33b92a29cc150d9383a (diff) |
Adding a reference to Bruce's SBU page.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3176 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/appendixa.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter02/aboutsbus.xml | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index b69562808..20951557c 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -30,10 +30,12 @@ <listitem><para><xref linkend="ch06-inetutils"/></para></listitem> <listitem><para><xref linkend="ch06-kbd"/></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="ch08-kernel"/></para></listitem> <listitem><para><xref linkend="ch06-m4"/></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-pages"/></para></listitem> <listitem><para><xref linkend="ch06-modutils"/></para></listitem> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0ba8d2735..2da8d7000 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -50,6 +50,9 @@ </itemizedlist> </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 file: Amended example domain names to comply with RFC 2606. Closes 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 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 kernel: Added command to keep a copy of the kernel .config 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 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 appendix A (the program descriptions and download locations) to chapter 6, dividing each package page in roughly three sections: Statistics, Instructions, diff --git a/chapter02/aboutsbus.xml b/chapter02/aboutsbus.xml index 32cea3deb..2925f8a74 100644 --- a/chapter02/aboutsbus.xml +++ b/chapter02/aboutsbus.xml @@ -32,5 +32,8 @@ approximately 30% slower.</para> so lucky as to have multiple processors, chances are that your system is so fast 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> |