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
This commit is contained in:
Matthew Burgess 2007-01-31 18:31:26 +00:00
parent 61a55d6eb1
commit b0c8f4a643
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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