aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-01-31 18:31:26 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-01-31 18:31:26 +0000
commitb0c8f4a6439a70003b4d27f3f0a5dd30229d984b (patch)
treec8279bfecf2e7ef89ad91e0cd4fb9c58a68e1891
parent61a55d6eb165c5d1c0800b0beb6297791a397af4 (diff)
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
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/glibc.xml2
-rw-r--r--chapter06/udev.xml2
3 files changed, 7 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6e762fc7c..436685489 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index da5be5032..bb33360af 100644
--- a/chapter06/glibc.xml
+++ b/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
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index 97c4ec2f1..ff1326184 100644
--- a/chapter06/udev.xml
+++ b/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>