aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/util-linux.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-03-06 20:27:30 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-03-06 20:27:30 +0000
commit0c90d6042493908a373ee0d7af2ffdfba864bf3a (patch)
tree6ae9ca211b08a4ccf749e20e605bbb1d65a42ead /chapter06/util-linux.xml
parent924ab90abfdbc959b07d667ecbaa67b2f3d9bd97 (diff)
Upgrade to Util-Linux-2.21. Fixes #3002.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9763 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r--chapter06/util-linux.xml85
1 files changed, 39 insertions, 46 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml
index 89b33b335..b728a237d 100644
--- a/chapter06/util-linux.xml
+++ b/chapter06/util-linux.xml
@@ -58,33 +58,7 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<sect2 role="installation">
<title>Installation of Util-linux</title>
-<screen><userinput remap="configure">./configure --enable-arch --enable-partx --enable-write</userinput></screen>
-
- <variablelist>
- <title>The meaning of the configure options:</title>
-
- <varlistentry>
- <term><parameter>--enable-arch</parameter></term>
- <listitem>
- <para>Enables building the <command>arch</command> program</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>--enable-partx</parameter></term>
- <listitem>
- <para>Enables building the <command>addpart</command>,
- <command>delpart</command> and <command>partx</command>
- programs</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><parameter>--enable-write</parameter></term>
- <listitem>
- <para>Enables building the <command>write</command> program</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="configure">./configure</userinput></screen>
<para>Compile the package:</para>
@@ -107,17 +81,17 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
+ <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, chkdupexe,
chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart,
dmesg, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
fsck.cramfs, fsck.minix, fsfreeze, fstrim, getopt, hexdump, hwclock, i386,
ionice, ipcmk, ipcrm, ipcs, isosize, ldattach, linux32, linux64,
logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs, mkfs.cramfs,
mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg, pivot_root,
- readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
+ prlimit, raw, readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon),
swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
- uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
+ uuidd, uuidgen, wall, whereis, wipefs, and x86_64</seg>
<seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
<seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid,
/usr/share/getopt, /var/lib/hwclock</seg>
@@ -150,16 +124,6 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem>
</varlistentry>
- <varlistentry id="arch">
- <term><command>arch</command></term>
- <listitem>
- <para>Reports the machine's architecture</para>
- <indexterm zone="ch-system-util-linux arch">
- <primary sortas="b-arch">arch</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="blkid">
<term><command>blkid</command></term>
<listitem>
@@ -202,6 +166,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="chcpu">
+ <term><command>chcpu</command></term>
+ <listitem>
+ <para>Modifies the state of CPUs</para>
+ <indexterm zone="ch-system-util-linux chcpu">
+ <primary sortas="b-chcpu">chcpu</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="chkdupexe">
<term><command>chkdupexe</command></term>
<listitem>
@@ -731,6 +705,26 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="prlimit">
+ <term><command>prlimit</command></term>
+ <listitem>
+ <para>Get and set a process' resource limits</para>
+ <indexterm zone="ch-system-util-linux prlimit">
+ <primary sortas="b-prlimit">prlimit</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="raw">
+ <term><command>raw</command></term>
+ <listitem>
+ <para>Bind a Linux raw character device to a block device</para>
+ <indexterm zone="ch-system-util-linux raw">
+ <primary sortas="b-raw">raw</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="readprofile">
<term><command>readprofile</command></term>
<listitem>
@@ -1003,13 +997,12 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
</listitem>
</varlistentry>
- <varlistentry id="write">
- <term><command>write</command></term>
+ <varlistentry id="x86_64">
+ <term><command>x86_64</command></term>
<listitem>
- <para>Sends a message to the given user <emphasis>if</emphasis> that
- user has not disabled receipt of such messages</para>
- <indexterm zone="ch-system-util-linux write">
- <primary sortas="b-write">write</primary>
+ <para>A symbolic link to setarch</para>
+ <indexterm zone="ch-system-util-linux x86_64">
+ <primary sortas="b-x86_64">x86_64</primary>
</indexterm>
</listitem>
</varlistentry>