Changeset 7bfc8ec for BOOK/final-system
- Timestamp:
- Jul 25, 2009, 10:38:05 AM (15 years ago)
- 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
- Location:
- BOOK/final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
rcb739fb r7bfc8ec 39 39 <screen os="d"><userinput>PKG_CONFIG=true ../configure --prefix=/usr --with-root-prefix="" \ 40 40 --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> 42 43 43 44 <variablelist os="e"> … … 98 99 fsck.ext3, fsck.ext4, fsck.ext4dev logsave, lsattr, mk_cmds, mke2fs, 99 100 mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev mklost+found, resize2fs, 100 tune2fs, uuidd, and uuidgen.</seg>101 and tune2fs.</seg> 101 102 <seg>libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], and 102 103 libss.[a,so]</seg> … … 414 415 </varlistentry> 415 416 416 <varlistentry id="uuidd">417 <term><command>uuidd</command></term>418 <listitem>419 <para>The uuidd daemon is used by the UUID library to generate420 universally unique identifiers (UUIDs), especially time-based UUID's421 in a secure and guaranteed-unique fashion, even in the face of large422 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 considered434 unique among all UUIDs created, on the local system and on other435 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 442 417 <varlistentry id="libcom_err"> 443 418 <term><filename class="libraryfile">libcom_err</filename></term> -
BOOK/final-system/multilib/e2fsprogs-64bit.xml
rcb739fb r7bfc8ec 42 42 ../configure --prefix=/usr \ 43 43 --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> 45 46 46 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/e2fsprogs-n32.xml
rcb739fb r7bfc8ec 43 43 ../configure --prefix=/usr \ 44 44 --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> 46 47 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/e2fsprogs.xml
rcb739fb r7bfc8ec 38 38 ../configure --prefix=/usr \ 39 39 --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> 41 42 42 43 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.