Changeset 7bfc8ec


Ignore:
Timestamp:
Jul 25, 2009, 10:38:05 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
99d1a6a, b4ab56c
Parents:
cb739fb
Message:

Finished e2fsprogs changes for util-linux-ng

Location:
BOOK
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    3838    --enable-elf-shlibs --with-cc=${CC} --with-linker=${LD} \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    40     --disable-libuuid --disable-libblkid</userinput></screen>
     40    --disable-libblkid --disable-libuuid --disable-fsck \
     41    --disable-uuidd</userinput></screen>
    4142
    4243    <variablelist os="e">
  • BOOK/boot/multilib/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    4545    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    4646    --with-linker=${LD} --host=${CLFS_TARGET} \
    47     --disable-libuuid --disable-libblkid</userinput></screen>
     47    --disable-libblkid --disable-libuuid --disable-fsck \
     48    --disable-uuidd</userinput></screen>
    4849
    4950    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    rcb739fb r7bfc8ec  
    5050    --enable-elf-shlibs --with-cc="${CC} ${BUILD32}" \
    5151    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    52     --disable-libuuid --disable-libblkid \
    53     --cache-file=config.cache</userinput></screen>
     52    --disable-libblkid --disable-libuuid --disable-fsck \
     53    --disable-uuidd --cache-file=config.cache</userinput></screen>
    5454
    5555    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    5858    --enable-elf-shlibs --with-cc="${CC} ${BUILD64}" \
    5959    --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    60     --disable-libuuid --disable-libblkid \
    61     --cache-file=config.cache</userinput></screen>
     60    --disable-libblkid --disable-libuuid --disable-fsck \
     61    --disable-uuidd --cache-file=config.cache</userinput></screen>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/common/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    3939<screen os="d"><userinput>PKG_CONFIG=true ../configure --prefix=/usr --with-root-prefix="" \
    4040    --enable-elf-shlibs --with-cc=gcc \
    41     --disable-libblkid --disable-libuuid --disable-fsck</userinput></screen>
     41    --disable-libblkid --disable-libuuid --disable-fsck \
     42    --disable-uuidd</userinput></screen>
    4243
    4344    <variablelist os="e">
     
    9899        fsck.ext3, fsck.ext4, fsck.ext4dev logsave, lsattr, mk_cmds, mke2fs,
    99100        mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev mklost+found, resize2fs,
    100         tune2fs, uuidd, and uuidgen.</seg>
     101        and tune2fs.</seg>
    101102        <seg>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], and
    102103        libss.[a,so]</seg>
     
    414415      </varlistentry>
    415416
    416       <varlistentry id="uuidd">
    417         <term><command>uuidd</command></term>
    418         <listitem>
    419           <para>The uuidd daemon is used by the UUID library to generate
    420           universally unique identifiers (UUIDs), especially time-based UUID's
    421           in a secure and guaranteed-unique fashion, even in the face of large
    422           numbers of threads trying to grab UUID's running on different CPU's.
    423           </para>
    424           <indexterm zone="ch-system-e2fsprogs uuidd">
    425             <primary sortas="b-uuidd">uuidd</primary>
    426           </indexterm>
    427         </listitem>
    428       </varlistentry>
    429 
    430       <varlistentry id="uuidgen">
    431         <term><command>uuidgen</command></term>
    432         <listitem>
    433           <para>Creates new UUIDs. Each new UUID can reasonably be considered
    434           unique among all UUIDs created, on the local system and on other
    435           systems, in the past and in the future</para>
    436           <indexterm zone="ch-system-e2fsprogs uuidgen">
    437             <primary sortas="b-uuidgen">uuidgen</primary>
    438           </indexterm>
    439         </listitem>
    440       </varlistentry>
    441 
    442417      <varlistentry id="libcom_err">
    443418        <term><filename class="libraryfile">libcom_err</filename></term>
  • BOOK/final-system/multilib/e2fsprogs-64bit.xml

    rcb739fb r7bfc8ec  
    4242    ../configure --prefix=/usr \
    4343    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD64}" \
    44     --disable-libblkid --disable-libuuid --disable-fsck</userinput></screen>
     44    --disable-libblkid --disable-libuuid --disable-fsck \
     45    --disable-uuidd</userinput></screen>
    4546
    4647    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/e2fsprogs-n32.xml

    rcb739fb r7bfc8ec  
    4343    ../configure --prefix=/usr \
    4444    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILDN32}" \
    45     --disable-libblkid --disable-libuuid --disable-fsck</userinput></screen>
     45    --disable-libblkid --disable-libuuid --disable-fsck \
     46    --disable-uuidd</userinput></screen>
    4647
    4748    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/e2fsprogs.xml

    rcb739fb r7bfc8ec  
    3838    ../configure --prefix=/usr \
    3939    --with-root-prefix="" --enable-elf-shlibs --with-cc="gcc ${BUILD32}" \
    40     --disable-libblkid --disable-libuuid --disable-fsck</userinput></screen>
     40    --disable-libblkid --disable-libuuid --disable-fsck \
     41    --disable-uuidd</userinput></screen>
    4142
    4243    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.