mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Corrected the instruction to untar the E2fsprogs tarball in Section 2.3, thanks to William Immendorf for pointing out the error
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c2b9528fd7
commit
293164a560
@ -40,6 +40,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-07</para>
|
<para>2008-10-07</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[randy] - Corrected the instruction to untar the E2fsprogs
|
||||||
|
tarball in Section 2.3. Thanks to William Immendorf for pointing
|
||||||
|
out the error.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[randy] - Updated Berkeley DB to 4.7.25.</para>
|
<para>[randy] - Updated Berkeley DB to 4.7.25.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
resulting binaries to re-create the filesystem on your LFS partition:</para>
|
resulting binaries to re-create the filesystem on your LFS partition:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>cd /tmp
|
<screen role="nodump"><userinput>cd /tmp
|
||||||
tar -xjvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2
|
tar -xzvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.gz
|
||||||
cd e2fsprogs-&e2fsprogs-version;
|
cd e2fsprogs-&e2fsprogs-version;
|
||||||
mkdir -v build
|
mkdir -v build
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user