diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 2 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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> |