Author: jim
Date: 2005-03-06 02:48:31 -0700 (Sun, 06 Mar 2005)
New Revision: 4720

Modified:
   branches/multi-arch/BOOK/chapter01/changelog.xml
   branches/multi-arch/BOOK/chapter03/packages.xml
   branches/multi-arch/BOOK/chapter05/glibc.xml
   branches/multi-arch/BOOK/chapter06/glibc.xml
   branches/multi-arch/BOOK/chapter08/fstab.xml
   branches/multi-arch/BOOK/general.ent
Log:
Updates to glibc and fstab

Modified: branches/multi-arch/BOOK/chapter01/changelog.xml
===================================================================
--- branches/multi-arch/BOOK/chapter01/changelog.xml    2005-03-03 14:26:26 UTC 
(rev 4719)
+++ branches/multi-arch/BOOK/chapter01/changelog.xml    2005-03-06 09:48:31 UTC 
(rev 4720)
@@ -80,6 +80,16 @@
 <listitem><para>Changelog Entries:</para>
 
 <itemizedlist>
+<listitem><para>March 6, 2005 [jim]</para>
+<itemizedlist>
+<listitem><para>Fixed: Arch: All - Removed --without-cvs from 
glibc.</para></listitem>
+<listitem><para>Fixed: Arch: All - Corrected fstab gid for 
devpts.</para></listitem>
+<listitem><para>Fixed: Arch: All - Fixed Typos in download 
links.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
 <listitem><para>March 2, 2005 [jim]</para>
 <itemizedlist>
 <listitem><para>Fixed: Arch: All - Bash Download Location.</para></listitem>

Modified: branches/multi-arch/BOOK/chapter03/packages.xml
===================================================================
--- branches/multi-arch/BOOK/chapter03/packages.xml     2005-03-03 14:26:26 UTC 
(rev 4719)
+++ branches/multi-arch/BOOK/chapter03/packages.xml     2005-03-06 09:48:31 UTC 
(rev 4720)
@@ -140,21 +140,21 @@
 <varlistentry>
 <term>Glibc (&glibc-version;) - 13 MB:</term>
 <listitem>
-<para><ulink url="&gnu;/glibc/glibc-&glibc-version;.tar.bz2"/></para>
+<para><ulink url="&gnu;glibc/glibc-&glibc-version;.tar.bz2"/></para>
 </listitem>
 </varlistentry>
 
 <varlistentry>
 <term>Glibc Libidn (&glibc-version;) - 99 KB:</term>
 <listitem>
-<para><ulink url="&gnu;/glibc/glibc-libidn-&glibc-version;.tar.bz2"/></para>
+<para><ulink url="&gnu;glibc/glibc-libidn-&glibc-version;.tar.bz2"/></para>
 </listitem>
 </varlistentry>
 
 <varlistentry>
 <term>Glibc Linuxthreads (&glibc-version;) - 231 KB:</term>
 <listitem>
-<para><ulink 
url="&gnu;/glibc/glibc-linuxthreads-&glibc-version;.tar.bz2"/></para>
+<para><ulink 
url="&gnu;glibc/glibc-linuxthreads-&glibc-version;.tar.bz2"/></para>
 </listitem>
 </varlistentry>
 
@@ -455,7 +455,7 @@
 <varlistentry>
 <term>Udev (&udev-version;) - 356 KB:</term>
 <listitem>
-<para><ulink 
url="&kernel;/linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"/></para>
+<para><ulink 
url="&kernel;linux/utils/kernel/hotplug/udev-&udev-version;.tar.bz2"/></para>
 </listitem>
 </varlistentry>
 
@@ -469,7 +469,7 @@
 <varlistentry>
 <term>Util-linux (&util-linux-version;) - 2.0 MB:</term>
 <listitem>
-<para><ulink 
url="&kernel;/linux/utils/util-linux/util-linux-&util-linux-version;.tar.bz2"/></para>
+<para><ulink 
url="&kernel;linux/utils/util-linux/util-linux-&util-linux-version;.tar.bz2"/></para>
 </listitem>
 </varlistentry>
 

Modified: branches/multi-arch/BOOK/chapter05/glibc.xml
===================================================================
--- branches/multi-arch/BOOK/chapter05/glibc.xml        2005-03-03 14:26:26 UTC 
(rev 4719)
+++ branches/multi-arch/BOOK/chapter05/glibc.xml        2005-03-06 09:48:31 UTC 
(rev 4720)
@@ -64,7 +64,7 @@
 <screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
     --disable-profile --enable-add-ons \
     --enable-kernel=2.6.0 --with-binutils=/tools/bin \
-    --without-gd --without-cvs --with-headers=/tools/include \
+    --without-gd --with-headers=/tools/include \
     --disable-selinux</userinput></screen>
 
 
@@ -106,15 +106,6 @@
 </varlistentry>
 
 <varlistentry>
-<term><parameter>--without-cvs</parameter></term>
-<listitem><para>This prevents the Makefile files from
-attempting automatic CVS checkouts when using a CVS snapshot. While
-this command is not required, it is recommended because it suppresses
-an annoying, but harmless, warning about a missing autoconf
-program.</para></listitem>
-</varlistentry>
-
-<varlistentry>
 <term><parameter>--with-headers=/tools/include</parameter></term>
 <listitem><para>This tells Glibc to compile itself against the headers recently
 installed to the tools directory, so that it knows exactly what features the

Modified: branches/multi-arch/BOOK/chapter06/glibc.xml
===================================================================
--- branches/multi-arch/BOOK/chapter06/glibc.xml        2005-03-03 14:26:26 UTC 
(rev 4719)
+++ branches/multi-arch/BOOK/chapter06/glibc.xml        2005-03-06 09:48:31 UTC 
(rev 4720)
@@ -68,11 +68,9 @@
 <para>Prepare Glibc for compilation:</para>
 
 <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
-    --disable-profile --enable-add-ons \
-    --enable-kernel=2.6.0 --without-cvs \
+    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
     --libexecdir=/usr/lib/glibc</userinput></screen>
 
-
 <para>The meaning of the new configure option:</para>
 
 <variablelist>

Modified: branches/multi-arch/BOOK/chapter08/fstab.xml
===================================================================
--- branches/multi-arch/BOOK/chapter08/fstab.xml        2005-03-03 14:26:26 UTC 
(rev 4719)
+++ branches/multi-arch/BOOK/chapter08/fstab.xml        2005-03-06 09:48:31 UTC 
(rev 4720)
@@ -24,7 +24,7 @@
 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1           
0     0
 proc           /proc        proc   defaults        0     0
 sysfs          /sys         sysfs  defaults        0     0
-devpts         /dev/pts     devpts gid=4,mode=620  0     0
+devpts         /dev/pts     devpts gid=2,mode=620  0     0
 shm            /dev/shm     tmpfs  defaults        0     0
 # End /etc/fstab</literal>
 EOF</userinput></screen>
@@ -53,15 +53,5 @@
 <filename>Documentation/filesystems/tmpfs.txt</filename> in the kernel
 source tree.</para>
 
-<para>There are other lines which may be added to the
-<filename>/etc/fstab</filename> file. One example is a line for USB
-devices:</para>
-
-<screen>usbfs        /proc/bus/usb usbfs   devgid=14,devmode=0660 0 0 </screen>
-
-<para>This option will only work if <quote>Support for Host-side
-USB</quote> and <quote>USB device filesystem</quote> are compiled into
-the kernel (not as a module).</para>
-
 </sect1>
 

Modified: branches/multi-arch/BOOK/general.ent
===================================================================
--- branches/multi-arch/BOOK/general.ent        2005-03-03 14:26:26 UTC (rev 
4719)
+++ branches/multi-arch/BOOK/general.ent        2005-03-06 09:48:31 UTC (rev 
4720)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "7.0-multiarch-20050302">
+<!ENTITY version "7.0-multiarch-20050306">
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-alpha "&version;-alpha">
 <!ENTITY version-ppc "&version;-PowerPC">
 <!ENTITY version-raq2 "&version;-RaQ2">
-<!ENTITY releasedate "March 2, 2005">
+<!ENTITY releasedate "March 6, 2005">
 <!ENTITY milestone "7.0">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to