mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Update util-linux file contenets
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10856 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7ddf290c45
commit
eb8b1c5543
@ -128,8 +128,9 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
||||
scriptreplay, setarch, setsid, setterm, sfdisk, sulogin, swaplabel,
|
||||
swapoff (link to swapon), swapon, switch_root, tailf, taskset, ul,
|
||||
umount, unshare, utmpdump, uuidd, uuidgen, wall, wdctl, whereis,
|
||||
wipefs, and x86_64</seg>
|
||||
<seg>libblkid.{a,so}, libmount.{a,so}, and libuuid.{a,so}</seg>
|
||||
wipefs, x86_64, and zramctl</seg>
|
||||
<seg>libblkid.{a,so}, libfdisk.{a,so}, libmount.{a,so},
|
||||
libsmartcols.{a,so}, and libuuid.{a,so}</seg>
|
||||
<seg>/etc/terminal-colors.d, /usr/include/blkid, /usr/include/libmount,
|
||||
/usr/include/uuid, /usr/share/doc/util-linux-&util-linux-version;/getopt,
|
||||
and /var/lib/hwclock</seg>
|
||||
@ -1151,6 +1152,17 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="zramctl">
|
||||
<term><command>zramctl</command></term>
|
||||
<listitem>
|
||||
<para>A program to set up and control zram (compressed ram disk)
|
||||
devices</para>
|
||||
<indexterm zone="ch-system-util-linux zramctl">
|
||||
<primary sortas="b-zramctl">zramctl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libblkid">
|
||||
<term><filename class="libraryfile">libblkid</filename></term>
|
||||
<listitem>
|
||||
@ -1162,6 +1174,16 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libfdisk">
|
||||
<term><filename class="libraryfile">libfdisk</filename></term>
|
||||
<listitem>
|
||||
<para>Contains routines for manipulating partition tables</para>
|
||||
<indexterm zone="ch-system-util-linux libfdisk">
|
||||
<primary sortas="c-libfdisk">libfdisk</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libmount">
|
||||
<term><filename class="libraryfile">libmount</filename></term>
|
||||
<listitem>
|
||||
@ -1173,6 +1195,16 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libsmartcols">
|
||||
<term><filename class="libraryfile">libsmartcols</filename></term>
|
||||
<listitem>
|
||||
<para>Contains routines for aiding screen output in tabular form</para>
|
||||
<indexterm zone="ch-system-util-linux libsmartcols">
|
||||
<primary sortas="c-libsmartcols">libsmartcols</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libuuid">
|
||||
<term><filename class="libraryfile">libuuid</filename></term>
|
||||
<listitem>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!ENTITY version "SVN-20150219">
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release -->
|
||||
<!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release
|
||||
but not -rc releases -->
|
||||
<!ENTITY releasedate "February 19, 2015">
|
||||
<!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.7">
|
||||
|
Loading…
Reference in New Issue
Block a user