diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-06-25 00:41:59 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-06-25 00:41:59 +0000 |
commit | 936b292a2d72ecb27f6e061d30e0952335c4cc39 (patch) | |
tree | bc7c761b377338eda2806bc4fa3765cf93d29846 /chapter06 | |
parent | dc9064efb487fce2a2c2cbcf1cf888c4e6eab91f (diff) |
Update automake, kernel, e2fsprogs, and man-db
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/automake.xml | 3 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 64 |
2 files changed, 8 insertions, 59 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 53ea72496..f91469d8c 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -50,7 +50,8 @@ <screen><userinput remap="make">make</userinput></screen> <note><para>The tests take a very long time: over 30 SBUs. Running - the tests is not recommended.</para></note> + the tests is not recommended. At least one test (of over 3000) is + known to intermittently fail.</para></note> <para>To test the results, issue:</para> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index b9c4ec8b1..cdc47822e 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -119,7 +119,9 @@ cd build</userinput></screen> If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> - for details on creating and enabling swap space.</para> + for details on creating and enabling swap space. Additionally, + three tests try to allocate a two terabyte partition and will fail + unless you have at least that much unused disk space available.</para> <para>Install the binaries, documentation, and shared libraries:</para> @@ -160,10 +162,10 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin <segtitle>Installed directory</segtitle> <seglistitem> - <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2freefrag, - e2fsck, e2image, e2initrd_helper, e2label, e2undo, e4defrag, filefrag, fsck.ext2, + <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, + e2fsck, e2image, e2label, e2undo, fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs, - mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found, + mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, resize2fs, and tune2fs</seg> <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so}, libquota.a and libss.{a,so}</seg> @@ -237,16 +239,6 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> - <varlistentry id="e2freefrag"> - <term><command>e2freefrag</command></term> - <listitem> - <para> Reports free space fragmentation information</para> - <indexterm zone="ch-system-e2fsprogs e2freefrag"> - <primary sortas="b-e2freefrag">e2freefrag</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="e2fsck"> <term><command>e2fsck</command></term> <listitem> @@ -270,17 +262,6 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> - <varlistentry id="e2initrd_helper"> - <term><command>e2initrd_helper</command></term> - <listitem> - <para>Prints the FS type of a given filesystem, given either a - device name or label</para> - <indexterm zone="ch-system-e2fsprogs e2initrd_helper"> - <primary sortas="b-e2initrd_helper">e2initrd_helper</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="e2label"> <term><command>e2label</command></term> <listitem> @@ -305,26 +286,6 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> - <varlistentry id="e4defrag"> - <term><command>e4defrag</command></term> - <listitem> - <para>Online defragmenter for ext4 filesystems</para> - <indexterm zone="ch-system-e2fsprogs e4defrag"> - <primary sortas="b-e4defrag">e4defrag</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="filefrag"> - <term><command>filefrag</command></term> - <listitem> - <para>Reports on how badly fragmented a particular file might be</para> - <indexterm zone="ch-system-e2fsprogs filefrag"> - <primary sortas="b-filefrag">filefrag</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="fsck.ext2"> <term><command>fsck.ext2</command></term> <listitem> @@ -459,19 +420,6 @@ install-info --dir-file=/usr/share/info/dir /usr/share/info/com_err.info</userin </listitem> </varlistentry> - <varlistentry id="mklost-found"> - <term><command>mklost+found</command></term> - <listitem> - <para>Used to create a <filename class="directory">lost+found</filename> - directory on an <systemitem class="filesystem">ext2</systemitem> file - system; it pre-allocates disk blocks to this directory to lighten the - task of <command>e2fsck</command></para> - <indexterm zone="ch-system-e2fsprogs mklost-found"> - <primary sortas="b-mklost+found">mklost+found</primary> - </indexterm> - </listitem> - </varlistentry> - <varlistentry id="resize2fs"> <term><command>resize2fs</command></term> <listitem> |