diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | chapter05/hostreqs.xml | 14 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 2 | ||||
-rw-r--r-- | general.ent | 8 |
5 files changed, 17 insertions, 14 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2b660537a..00b982c08 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,7 +56,7 @@ first a summary, then a detailed log.</para> <listitem><para>flex-2.5.31-debian-fixes-2.patch</para></listitem> <listitem><para>iana-etc-1.00</para></listitem> <listitem><para>inetutils-1.4.2-kernel-headers-1.patch</para></listitem> -<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem> +<listitem><para>inetutils-1.4.2-no-server-man-pages-1.patch</para></listitem> <listitem><para>linux-libc-headers-2.6.5.1</para></listitem> <listitem><para>mktemp-1.5</para></listitem> <listitem><para>mktemp-1.5-add-tempfile-1.patch</para></listitem> @@ -92,6 +92,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>May 4th, 2004 [winkie]: Chapter 5 & 6 - Use new patch +naming <quote>standard</quote>.</para></listitem> + <listitem><para>May 3rd, 2004 [winkie]: Merged BE-LFS content.</para></listitem> <listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 11814f099..132dc09da 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -38,7 +38,7 @@ Inetutils Kernel Headers Patch - 1 KB: <ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/> Inetutils No-Server-Man-Pages Patch - 4 KB: -<ulink url="&patches-root;inetutils-&inetutils-version;-no_server_man_pages-1.patch"/> +<ulink url="&patches-root;inetutils-&inetutils-version;-no-server-man-pages-1.patch"/> Man 80-Columns Patch - 1 KB: <ulink url="&patches-root;man-&man-version;-80cols-1.patch"/> diff --git a/chapter05/hostreqs.xml b/chapter05/hostreqs.xml index a1832de1b..9d7853d45 100644 --- a/chapter05/hostreqs.xml +++ b/chapter05/hostreqs.xml @@ -7,13 +7,13 @@ <title>Host system requirements</title> <?dbhtml filename="hostreqs.html"?> -<para>Due to the experimental nature of this book, the host must be running at -<emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high requirement -is the use of NPTL, but more importantly the use of udev. Udev creates devices -dynamically by reading from the sysfs file system. Only very recently has -support for this file system been implemented in most of the kernel drivers, -however. We must be sure that all the critical system devices get created -properly.</para> +<para>Due to the experimental nature of the current book, the host must be +running at <emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high +requirement is the use of NPTL, but more importantly the use of udev. Udev +creates devices dynamically by reading from the sysfs file system. Only very +recently has support for this file system been implemented in most of the kernel +drivers, however. We must be sure that all the critical system devices get +created properly.</para> <para>As for obtaining such a kernel, let's hope you distributor has provided a 2.6 kernel package for you. If so, install it. If not, you'll have to compile diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml index eb61c553c..a68f78abd 100644 --- a/chapter06/inetutils.xml +++ b/chapter06/inetutils.xml @@ -31,7 +31,7 @@ by applying the following patch:</para> However, the Inetutils build system will insist on installing all the man pages anyway. The following patch will correct this situation:</para> -<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no_server_man_pages-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../inetutils-&inetutils-version;-no-server-man-pages-1.patch</userinput></screen> <para>Now prepare Inetutils for compilation:</para> diff --git a/general.ent b/general.ent index 903fe2b09..9d3135b1d 100644 --- a/general.ent +++ b/general.ent @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-2004-05-03"> -<!ENTITY releasedate "May 3, 2004"> +<!ENTITY version "CVS-20040504"> +<!ENTITY releasedate "May 4, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> -<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> -<!ENTITY patches-root "&http-down;cvs-patches/"> +<!ENTITY patches-root "http://downloads.linuxfromscratch.org/patches/6.1-cvs/"> <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/"> +<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY freshmeat "http://freshmeat.net/projects/"> <!ENTITY buildtime "Approximate build time: "> |