Browse Source

Add verbose flags to the two remaining tar commands that should have them. Fixes #1932.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7907 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 18 years ago
parent
commit
b0c8f4a643
3 changed files with 7 additions and 2 deletions
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/glibc.xml
  3. 1 1
      chapter06/udev.xml

+ 5 - 0
chapter01/changelog.xml

@@ -39,6 +39,11 @@
     <listitem>
       <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

+ 1 - 1
chapter06/glibc.xml

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

+ 1 - 1
chapter06/udev.xml

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