Author: matthew
Date: 2007-01-31 11:31:26 -0700 (Wed, 31 Jan 2007)
New Revision: 7907

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/chapter06/udev.xml
Log:
Add verbose flags to the two remaining tar commands that should have them.  
Fixes #1932.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2007-01-31 18:29:13 UTC (rev 7906)
+++ trunk/BOOK/chapter01/changelog.xml  2007-01-31 18:31:26 UTC (rev 7907)
@@ -40,6 +40,11 @@
       <para>2007-01-31</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] - Add verbose flags when untarring the glibc-libidn
+          and udev-config tarballs.  Fixes
+          <ulink url="&lfs-ticket-root;1932">#1932</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] - Do not set/export INPUTRC anymore, as it is not
           required after upgrading to NCurses-5.2.  Fixes
           <ulink url="&lfs-ticket-root;1942">#1942</ulink>.  Thanks to 
Alexander

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2007-01-31 18:29:13 UTC (rev 7906)
+++ trunk/BOOK/chapter06/glibc.xml      2007-01-31 18:31:26 UTC (rev 7907)
@@ -61,7 +61,7 @@
     <ulink url="&blfs-root;view/svn/general/libidn.html"/>).
     Unpack the tarball from within the Glibc source directory:</para>
 
-<screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2
+<screen><userinput>tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
 mv glibc-libidn-&glibc-version; libidn</userinput></screen>
 
     <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite 
loop

Modified: trunk/BOOK/chapter06/udev.xml
===================================================================
--- trunk/BOOK/chapter06/udev.xml       2007-01-31 18:29:13 UTC (rev 7906)
+++ trunk/BOOK/chapter06/udev.xml       2007-01-31 18:31:26 UTC (rev 7907)
@@ -38,7 +38,7 @@
     <para>The udev-config tarball contains LFS-specific files used to configure
     Udev. Unpack it into the Udev source directory:</para>
 
-<screen><userinput>tar -xf ../&udev-config;.tar.bz2</userinput></screen>
+<screen><userinput>tar -xvf ../&udev-config;.tar.bz2</userinput></screen>
 
     <para>Create some devices and directories that Udev cannot handle due to
     them being required very early in the boot process:</para>

-- 
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