Ignore:
Timestamp:
03/06/2012 08:27:30 PM (12 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, 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:
6fb3db5
Parents:
924ab90
Message:

Upgrade to Util-Linux-2.21. Fixes #3002.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/util-linux.xml

    r924ab90 r0c90d60  
    5959    <title>Installation of Util-linux</title>
    6060
    61 <screen><userinput remap="configure">./configure --enable-arch --enable-partx --enable-write</userinput></screen>
    62 
    63     <variablelist>
    64       <title>The meaning of the configure options:</title>
    65 
    66       <varlistentry>
    67         <term><parameter>--enable-arch</parameter></term>
    68         <listitem>
    69           <para>Enables building the <command>arch</command> program</para>
    70         </listitem>
    71       </varlistentry>
    72       <varlistentry>
    73         <term><parameter>--enable-partx</parameter></term>
    74         <listitem>
    75           <para>Enables building the <command>addpart</command>,
    76           <command>delpart</command> and <command>partx</command>
    77           programs</para>
    78         </listitem>
    79       </varlistentry>
    80       <varlistentry>
    81         <term><parameter>--enable-write</parameter></term>
    82         <listitem>
    83           <para>Enables building the <command>write</command> program</para>
    84         </listitem>
    85       </varlistentry>
    86 
    87     </variablelist>
     61<screen><userinput remap="configure">./configure</userinput></screen>
    8862
    8963    <para>Compile the package:</para>
     
    10882
    10983      <seglistitem>
    110         <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe,
     84        <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu, chkdupexe,
    11185        chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart,
    11286        dmesg, fallocate, fdformat, fdisk, findfs, findmnt, flock, fsck,
     
    11589        logger, look, losetup, lsblk, lscpu, mcookie, mkfs, mkfs.bfs, mkfs.cramfs,
    11690        mkfs.minix, mkswap, more, mount, mountpoint, namei, partx, pg, pivot_root,
    117         readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
     91        prlimit, raw, readprofile, rename, renice, rev, rtcwake, script, scriptreplay,
    11892        setarch, setsid, setterm, sfdisk, swaplabel, swapoff (link to swapon),
    11993        swapon, switch_root, tailf, taskset, tunelp, ul, umount, unshare,
    120         uuidd, uuidgen, wall, whereis, wipefs, and write</seg>
     94        uuidd, uuidgen, wall, whereis, wipefs, and x86_64</seg>
    12195        <seg>libblkid.{a,so}, libmount.{a,so}, libuuid.{a,so}</seg>
    12296        <seg>/usr/include/blkid, /usr/include/libmount, /usr/include/uuid,
     
    151125      </varlistentry>
    152126
    153       <varlistentry id="arch">
    154         <term><command>arch</command></term>
    155         <listitem>
    156           <para>Reports the machine's architecture</para>
    157           <indexterm zone="ch-system-util-linux arch">
    158             <primary sortas="b-arch">arch</primary>
    159           </indexterm>
    160         </listitem>
    161       </varlistentry>
    162 
    163127      <varlistentry id="blkid">
    164128        <term><command>blkid</command></term>
     
    199163          <indexterm zone="ch-system-util-linux cfdisk">
    200164            <primary sortas="b-cfdisk">cfdisk</primary>
     165          </indexterm>
     166        </listitem>
     167      </varlistentry>
     168
     169      <varlistentry id="chcpu">
     170        <term><command>chcpu</command></term>
     171        <listitem>
     172          <para>Modifies the state of CPUs</para>
     173          <indexterm zone="ch-system-util-linux chcpu">
     174            <primary sortas="b-chcpu">chcpu</primary>
    201175          </indexterm>
    202176        </listitem>
     
    732706      </varlistentry>
    733707
     708      <varlistentry id="prlimit">
     709        <term><command>prlimit</command></term>
     710        <listitem>
     711          <para>Get and set a process' resource limits</para>
     712          <indexterm zone="ch-system-util-linux prlimit">
     713            <primary sortas="b-prlimit">prlimit</primary>
     714          </indexterm>
     715        </listitem>
     716      </varlistentry>
     717
     718      <varlistentry id="raw">
     719        <term><command>raw</command></term>
     720        <listitem>
     721          <para>Bind a Linux raw character device to a block device</para>
     722          <indexterm zone="ch-system-util-linux raw">
     723            <primary sortas="b-raw">raw</primary>
     724          </indexterm>
     725        </listitem>
     726      </varlistentry>
     727
    734728      <varlistentry id="readprofile">
    735729        <term><command>readprofile</command></term>
     
    1004998      </varlistentry>
    1005999
    1006       <varlistentry id="write">
    1007         <term><command>write</command></term>
    1008         <listitem>
    1009           <para>Sends a message to the given user <emphasis>if</emphasis> that
    1010           user has not disabled receipt of such messages</para>
    1011           <indexterm zone="ch-system-util-linux write">
    1012             <primary sortas="b-write">write</primary>
     1000      <varlistentry id="x86_64">
     1001        <term><command>x86_64</command></term>
     1002        <listitem>
     1003          <para>A symbolic link to setarch</para>
     1004          <indexterm zone="ch-system-util-linux x86_64">
     1005            <primary sortas="b-x86_64">x86_64</primary>
    10131006          </indexterm>
    10141007        </listitem>
Note: See TracChangeset for help on using the changeset viewer.