Fix patch locations in HEAD too

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3465 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Zack Winkles 2004-05-04 17:32:06 +00:00
parent 4f16f6b718
commit 2be5334128
5 changed files with 17 additions and 14 deletions

View File

@ -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>flex-2.5.31-debian-fixes-2.patch</para></listitem>
<listitem><para>iana-etc-1.00</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-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>linux-libc-headers-2.6.5.1</para></listitem>
<listitem><para>mktemp-1.5</para></listitem> <listitem><para>mktemp-1.5</para></listitem>
<listitem><para>mktemp-1.5-add-tempfile-1.patch</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> </itemizedlist>
</listitem> </listitem>
<listitem><para>May 4th, 2004 [winkie]: Chapter 5 &amp; 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 3rd, 2004 [winkie]: Merged BE-LFS content.</para></listitem>
<listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug <listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug

View File

@ -38,7 +38,7 @@ Inetutils Kernel Headers Patch - 1 KB:
<ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/> <ulink url="&patches-root;inetutils-&inetutils-version;-kernel-headers-1.patch"/>
Inetutils No-Server-Man-Pages Patch - 4 KB: 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: Man 80-Columns Patch - 1 KB:
<ulink url="&patches-root;man-&man-version;-80cols-1.patch"/> <ulink url="&patches-root;man-&man-version;-80cols-1.patch"/>

View File

@ -7,13 +7,13 @@
<title>Host system requirements</title> <title>Host system requirements</title>
<?dbhtml filename="hostreqs.html"?> <?dbhtml filename="hostreqs.html"?>
<para>Due to the experimental nature of this book, the host must be running at <para>Due to the experimental nature of the current book, the host must be
<emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high requirement running at <emphasis>least</emphasis> a 2.6.2 kernel. The reasons for this high
is the use of NPTL, but more importantly the use of udev. Udev creates devices requirement is the use of NPTL, but more importantly the use of udev. Udev
dynamically by reading from the sysfs file system. Only very recently has creates devices dynamically by reading from the sysfs file system. Only very
support for this file system been implemented in most of the kernel drivers, recently has support for this file system been implemented in most of the kernel
however. We must be sure that all the critical system devices get created drivers, however. We must be sure that all the critical system devices get
properly.</para> created properly.</para>
<para>As for obtaining such a kernel, let's hope you distributor has provided <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 a 2.6 kernel package for you. If so, install it. If not, you'll have to compile

View File

@ -31,7 +31,7 @@ by applying the following patch:</para>
However, the Inetutils build system will insist on installing all the man However, the Inetutils build system will insist on installing all the man
pages anyway. The following patch will correct this situation:</para> 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> <para>Now prepare Inetutils for compilation:</para>

View File

@ -1,16 +1,16 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "CVS-2004-05-03"> <!ENTITY version "CVS-20040504">
<!ENTITY releasedate "May 3, 2004"> <!ENTITY releasedate "May 4, 2004">
<!ENTITY milestone "6.1"> <!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/">
<!ENTITY blfs-root "&lfs-root;blfs/"> <!ENTITY blfs-root "&lfs-root;blfs/">
<!ENTITY http-down "http://downloads.linuxfromscratch.org/">
<!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY faq-root "&lfs-root;faq/">
<!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/">
<!ENTITY hints-index "&lfs-root;hints/list.html"> <!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 wiki-root "http://wiki.linuxfromscratch.org/">
<!ENTITY http-down "http://downloads.linuxfromscratch.org/">
<!ENTITY freshmeat "http://freshmeat.net/projects/"> <!ENTITY freshmeat "http://freshmeat.net/projects/">
<!ENTITY buildtime "Approximate build time: "> <!ENTITY buildtime "Approximate build time: ">