Ignore:
Timestamp:
07/18/2009 12:46:16 PM (15 years ago)
Author:
Matthew Burgess <matthew@…>
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, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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:
3dbfa9a, 7d2693c
Parents:
fe6ca49
Message:

Update list of intalled programs and libraries for Util-Linux-NG & E2fsprogs, and update dependency info. Thanks to Chris Staub for the patch. Fixes #2444.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    rfe6ca49 rcd82ee5  
    154154
    155155      <seglistitem>
    156         <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
    157         e2image, e2initrd_helper, e2label, e2undo, filefrag, findfs, fsck,
    158         fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr,
    159         mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
    160         mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
     156        <seg>badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
     157        e2image, e2initrd_helper, e2label, e2undo, filefrag, fsck.ext2,
     158        fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr, mk_cmds, mke2fs,
     159        mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev, mklost+found,
     160        resize2fs, and tune2fs</seg>
    161161        <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and
    162162        libss.{a,so}</seg>
     
    176176          <indexterm zone="ch-system-e2fsprogs badblocks">
    177177            <primary sortas="b-badblocks">badblocks</primary>
    178           </indexterm>
    179         </listitem>
    180       </varlistentry>
    181 
    182       <varlistentry id="blkid">
    183         <term><command>blkid</command></term>
    184         <listitem>
    185           <para>A command line utility to locate and print block device
    186           attributes</para>
    187           <indexterm zone="ch-system-e2fsprogs blkid">
    188             <primary sortas="b-blkid">blkid</primary>
    189178          </indexterm>
    190179        </listitem>
     
    308297      </varlistentry>
    309298
    310       <varlistentry id="findfs">
    311         <term><command>findfs</command></term>
    312         <listitem>
    313           <para>Finds a file system by label or Universally Unique Identifier
    314           (UUID)</para>
    315           <indexterm zone="ch-system-e2fsprogs findfs">
    316             <primary sortas="b-findfs">findfs</primary>
    317           </indexterm>
    318         </listitem>
    319       </varlistentry>
    320 
    321       <varlistentry id="fsck">
    322         <term><command>fsck</command></term>
    323         <listitem>
    324           <para>Is used to check, and optionally repair, file systems</para>
    325           <indexterm zone="ch-system-e2fsprogs fsck">
    326             <primary sortas="b-fsck">fsck</primary>
    327           </indexterm>
    328         </listitem>
    329       </varlistentry>
    330 
    331299      <varlistentry id="fsck.ext2">
    332300        <term><command>fsck.ext2</command></term>
     
    498466      </varlistentry>
    499467
    500       <varlistentry id="uuidd">
    501         <term><command>uuidd</command></term>
    502         <listitem>
    503           <para>A daemon used by the UUID library to generate time-based
    504           UUIDs in a secure and guranteed-unique fashion.</para>
    505           <indexterm zone="ch-system-e2fsprogs uuidd">
    506             <primary sortas="b-uuidd">uuidd</primary>
    507           </indexterm>
    508         </listitem>
    509       </varlistentry>
    510 
    511       <varlistentry id="uuidgen">
    512         <term><command>uuidgen</command></term>
    513         <listitem>
    514           <para>Creates new UUIDs. Each new UUID can reasonably be considered
    515           unique among all UUIDs created, on the local system and on other
    516           systems, in the past and in the future</para>
    517           <indexterm zone="ch-system-e2fsprogs uuidgen">
    518             <primary sortas="b-uuidgen">uuidgen</primary>
    519           </indexterm>
    520         </listitem>
    521       </varlistentry>
    522 
    523468      <varlistentry id="libcom_err">
    524469        <term><filename class="libraryfile">libcom_err</filename></term>
Note: See TracChangeset for help on using the changeset viewer.