Ignore:
Timestamp:
06/25/2013 12:41:59 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1ff8d77
Parents:
dc9064ef
Message:

Update automake, kernel, e2fsprogs, and man-db

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10297 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    rdc9064ef r936b292  
    120120    sufficient swap space for the test. See <xref
    121121    linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/>
    122     for details on creating and enabling swap space.</para>
     122    for details on creating and enabling swap space.  Additionally,
     123    three tests try to allocate a two terabyte partition and will fail
     124    unless you have at least that much unused disk space available.</para>
    123125
    124126    <para>Install the binaries, documentation, and shared libraries:</para>
     
    161163
    162164      <seglistitem>
    163         <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2freefrag,
    164         e2fsck, e2image, e2initrd_helper, e2label, e2undo, e4defrag, filefrag, fsck.ext2,
     165        <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs,
     166        e2fsck, e2image, e2label, e2undo, fsck.ext2,
    165167        fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs,
    166         mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found,
     168        mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
    167169        resize2fs, and tune2fs</seg>
    168170        <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so},
     
    238240      </varlistentry>
    239241
    240       <varlistentry id="e2freefrag">
    241         <term><command>e2freefrag</command></term>
    242         <listitem>
    243           <para> Reports free space fragmentation information</para>
    244           <indexterm zone="ch-system-e2fsprogs e2freefrag">
    245             <primary sortas="b-e2freefrag">e2freefrag</primary>
    246           </indexterm>
    247         </listitem>
    248       </varlistentry>
    249 
    250242      <varlistentry id="e2fsck">
    251243        <term><command>e2fsck</command></term>
     
    271263      </varlistentry>
    272264
    273       <varlistentry id="e2initrd_helper">
    274         <term><command>e2initrd_helper</command></term>
    275         <listitem>
    276           <para>Prints the FS type of a given filesystem, given either a
    277           device name or label</para>
    278           <indexterm zone="ch-system-e2fsprogs e2initrd_helper">
    279             <primary sortas="b-e2initrd_helper">e2initrd_helper</primary>
    280           </indexterm>
    281         </listitem>
    282       </varlistentry>
    283 
    284265      <varlistentry id="e2label">
    285266        <term><command>e2label</command></term>
     
    306287      </varlistentry>
    307288
    308       <varlistentry id="e4defrag">
    309         <term><command>e4defrag</command></term>
    310         <listitem>
    311           <para>Online defragmenter for ext4 filesystems</para>
    312           <indexterm zone="ch-system-e2fsprogs e4defrag">
    313             <primary sortas="b-e4defrag">e4defrag</primary>
    314           </indexterm>
    315         </listitem>
    316       </varlistentry>
    317 
    318       <varlistentry id="filefrag">
    319         <term><command>filefrag</command></term>
    320         <listitem>
    321           <para>Reports on how badly fragmented a particular file might be</para>
    322           <indexterm zone="ch-system-e2fsprogs filefrag">
    323             <primary sortas="b-filefrag">filefrag</primary>
    324           </indexterm>
    325         </listitem>
    326       </varlistentry>
    327 
    328289      <varlistentry id="fsck.ext2">
    329290        <term><command>fsck.ext2</command></term>
     
    460421      </varlistentry>
    461422
    462       <varlistentry id="mklost-found">
    463         <term><command>mklost+found</command></term>
    464         <listitem>
    465           <para>Used to create a <filename class="directory">lost+found</filename>
    466           directory on an <systemitem class="filesystem">ext2</systemitem> file
    467           system; it pre-allocates disk blocks to this directory to lighten the
    468           task of <command>e2fsck</command></para>
    469           <indexterm zone="ch-system-e2fsprogs mklost-found">
    470             <primary sortas="b-mklost+found">mklost+found</primary>
    471           </indexterm>
    472         </listitem>
    473       </varlistentry>
    474 
    475423      <varlistentry id="resize2fs">
    476424        <term><command>resize2fs</command></term>
Note: See TracChangeset for help on using the changeset viewer.