aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-23 06:27:36 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-23 06:27:36 +0000
commite683065ebee9cedb40000840c7a37af547782e15 (patch)
tree4abff898b6ee5a92cee1b3888e7834e2fe9d9ddb /chapter01
parentccaabde9fa61eef979216eb0b68c4ffae54d97a8 (diff)
Chapter 8 - Creating the /etc/fstab file: Made mounting devpts the default.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2872 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index eba096d7a..92386c18b 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -56,6 +56,7 @@
<listitem><para>gawk-3.1.3.patch</para></listitem>
<listitem><para>gcc-2.95.3</para></listitem>
<listitem><para>gcc-2.95.3-2.patch</para></listitem>
+<listitem><para>gcc-2.95.3-no-fixinc.patch</para></listitem>
<listitem><para>gcc-2.95.3-returntype-fix.patch</para></listitem>
<listitem><para>gcc-3.3.1-no_fixincludes-2.patch</para></listitem>
<listitem><para>gcc-&gcc-specs-version;.patch</para></listitem>
@@ -94,6 +95,9 @@
</itemizedlist>
</para></listitem>
+<listitem><para>September 22nd, 2003 [greg]: Chapter 8 - Creating the /etc/fstab
+file: Made mounting devpts the default.</para></listitem>
+
<listitem><para>September 22nd, 2003 [jeremy]: Added net-tools patch to fix
mii-tool compilation</para></listitem>
@@ -119,7 +123,7 @@ and diffutils, since these tests perform no actions.</para></listitem>
<listitem><para>September 22nd, 2003 [greg]: Chapter 5 - Setting up the
environment: Added unset CC CXX CPP LD_LIBRARY_PATH LD_PRELOAD to
-.bash_profile to stop accidental build breakge.</para></listitem>
+.bash_profile to stop accidental build breakage.</para></listitem>
<listitem><para>September 20th, 2003 [greg]: Chapter 5 - GCC Pass 2: Updated
to gcc-3.3.1-specs-2.patch. Ncurses: added --enable-overwrite and description.