Changeset 3c23e03 in clfs-sysroot for BOOK/final-system


Ignore:
Timestamp:
Sep 15, 2007, 5:02:04 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
5932ce1
Parents:
591ec78
Message:

Update Util-Linux-ng, merge changes from trunk.

Location:
BOOK/final-system/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/inetutils.xml

    r591ec78 r3c23e03  
    4949          <command>logger</command> program, which is used by scripts to
    5050          pass messages to the System Log Daemon. Do not install it because
    51           Util-linux installs a better version later.</para>
     51          Util-linux-ng installs a better version later.</para>
    5252        </listitem>
    5353      </varlistentry>
  • BOOK/final-system/common/util-linux-ng.xml

    r591ec78 r3c23e03  
    4747
    4848<screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    49     --with-fsprobe=blkid --enable-agetty \
    50     --enable-cramfs --disable-init --disable-kill --disable-last \
    51     --disable-mesg --enable-partx --enable-rename --disable-reset \
    52     --disable-login-utils --enable-schedutils --disable-wall --enable-write \
    53     --without-pam</userinput></screen>
    54 
    55     <para os="c">Compile the package:</para>
    56 
    57 <screen os="d"><userinput>make</userinput></screen>
    58 
    59     <para os="e">Install the package:</para>
    60 
    61 <screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     49    --enable-partx --disable-wall --enable-write</userinput></screen>
     50
     51    <variablelist os="c">
     52      <title>The meaning of the configure options:</title>
     53
     54      <varlistentry>
     55        <term><parameter>--enable-partx</parameter></term>
     56        <listitem>
     57          <para>Enable partx stuff (need more description).</para>
     58        </listitem>
     59      </varlistentry>
     60
     61      <varlistentry>
     62        <term><parameter>--disable-wall</parameter></term>
     63        <listitem>
     64          <para>Disables building the <command>wall</command> program,
     65          as the Sysvinit package installs its own version.</para>
     66        </listitem>
     67      </varlistentry>
     68
     69      <varlistentry>
     70        <term><parameter>--enable-write</parameter></term>
     71        <listitem>
     72          <para>This option allows the <command>write</command> program to be
     73          installed.</para>
     74        </listitem>
     75      </varlistentry>
     76
     77    </variablelist>
     78
     79    <para os="d">Compile the package:</para>
     80
     81<screen os="e"><userinput>make</userinput></screen>
     82
     83    <para os="f">Install the package:</para>
     84
     85<screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     86
     87    <para os="h">Move the <command>logger</command> binary to
     88    <filename class="directory">/bin</filename> as it is needed by the
     89    CLFS-Bootscripts package:</para>
     90
     91<screen os="i"><userinput>mv -v ${CLFS}/usr/bin/logger ${CLFS}/bin</userinput></screen>
    6292
    6393  </sect2>
     
    70100
    71101      <seglistitem>
    72         <seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
    73         colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat,
    74         fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm,
    75         ipcs, isosize, line, logger, look, losetup, mcookie, mkfs, mkfs.bfs,
    76         mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, pg, pivot_root,
    77         ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev,
    78         rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk,
    79         swapoff (link to swapon), swapon, tailf, tunelp, ul, umount, vidmode
    80         (link to rdev), whereis, and write</seg>
     102        <seg>addpart, agetty, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
     103        colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg, fdformat,
     104        fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ionice,
     105        ipcrm, ipcs, isosize, line, logger, look, losetup, mcookie, mkfs,
     106        mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, partx,
     107        pg, pivot_root, readprofile, rename, renice, rev, rtcwake, script,
     108        scriptreplay, setarch, setsid, setterm, sfdisk, swapoff (link to swapon),
     109        swapon, tailf, taskset, tunelp, ul, umount, whereis, and write</seg>
    81110      </seglistitem>
    82111    </segmentedlist>
     
    87116      <?dbhtml list-presentation="table"?>
    88117
     118      <varlistentry id="addpart">
     119        <term><command>addpart</command></term>
     120        <listitem>
     121          <para>Informs the kernel of a new partition</para>
     122          <indexterm zone="ch-system-util-linux-ng addpart">
     123            <primary sortas="b-addpart">addpart</primary>
     124          </indexterm>
     125        </listitem>
     126      </varlistentry>
     127
    89128      <varlistentry id="agetty">
    90129        <term><command>agetty</command></term>
     
    98137      </varlistentry>
    99138
    100       <varlistentry id="arch">
    101         <term><command>arch</command></term>
    102         <listitem>
    103           <para>Reports the machine's architecture</para>
    104           <indexterm zone="ch-system-util-linux-ng arch">
    105             <primary sortas="b-arch">arch</primary>
    106           </indexterm>
    107         </listitem>
    108       </varlistentry>
    109 
    110139      <varlistentry id="blockdev">
    111140        <term><command>blockdev</command></term>
     
    223252      </varlistentry>
    224253
     254      <varlistentry id="delpart">
     255        <term><command>delpart</command></term>
     256        <listitem>
     257          <para>Asks the kernel to remove a partition</para>
     258          <indexterm zone="ch-system-util-linux-ng delpart">
     259            <primary sortas="b-delpart">delpart</primary>
     260          </indexterm>
     261        </listitem>
     262      </varlistentry>
     263
    225264      <varlistentry id="dmesg">
    226265        <term><command>dmesg</command></term>
     
    229268          <indexterm zone="ch-system-util-linux-ng dmesg">
    230269            <primary sortas="b-dmesg">dmesg</primary>
    231           </indexterm>
    232         </listitem>
    233       </varlistentry>
    234 
    235       <varlistentry id="elvtune">
    236         <term><command>elvtune</command></term>
    237         <listitem>
    238           <para>Tunes the performance and interactivity of a block
    239           device</para>
    240           <indexterm zone="ch-system-util-linux-ng elvtune">
    241             <primary sortas="b-elvtune">elvtune</primary>
    242270          </indexterm>
    243271        </listitem>
     
    330358      </varlistentry>
    331359
     360      <varlistentry id="ionice">
     361        <term><command>ionice</command></term>
     362        <listitem>
     363          <para>Gives and sets program I/O scheduling class and priority</para>
     364          <indexterm zone="ch-system-util-linux-ng ionice">
     365            <primary sortas="b-ionice">ionice</primary>
     366          </indexterm>
     367        </listitem>
     368      </varlistentry>
     369
    332370      <varlistentry id="ipcrm">
    333371        <term><command>ipcrm</command></term>
     
    494532      </varlistentry>
    495533
     534      <varlistentry id="partx">
     535        <term><command>partx</command></term>
     536        <listitem>
     537          <para>Tells the kernel about the presence and numbering of on-disk
     538          partitions</para>
     539          <indexterm zone="ch-system-util-linux-ng partx">
     540            <primary sortas="b-partx">partx</primary>
     541          </indexterm>
     542        </listitem>
     543      </varlistentry>
     544
    496545      <varlistentry id="pg">
    497546        <term><command>pg</command></term>
     
    515564      </varlistentry>
    516565
    517       <varlistentry id="ramsize">
    518         <term><command>ramsize</command></term>
    519         <listitem>
    520           <para>Sets the size of the RAM disk in a bootable image</para>
    521           <indexterm zone="ch-system-util-linux-ng ramsize">
    522             <primary sortas="b-ramsize">ramsize</primary>
    523           </indexterm>
    524         </listitem>
    525       </varlistentry>
    526 
    527       <varlistentry id="raw">
    528         <term><command>raw</command></term>
    529         <listitem>
    530           <para>Used to bind a Linux-ng raw character device to a block
    531           device</para>
    532           <indexterm zone="ch-system-util-linux-ng raw">
    533             <primary sortas="b-raw">raw</primary>
    534           </indexterm>
    535         </listitem>
    536       </varlistentry>
    537 
    538       <varlistentry id="rdev">
    539         <term><command>rdev</command></term>
    540         <listitem>
    541           <para>Queries and sets the root device, among other things, in a
    542           bootable image</para>
    543           <indexterm zone="ch-system-util-linux-ng rdev">
    544             <primary sortas="b-rdev">rdev</primary>
    545           </indexterm>
    546         </listitem>
    547       </varlistentry>
    548 
    549566      <varlistentry id="readprofile">
    550567        <term><command>readprofile</command></term>
     
    588605      </varlistentry>
    589606
    590       <varlistentry id="rootflags">
    591         <term><command>rootflags</command></term>
    592         <listitem>
    593           <para>Sets the rootflags in a bootable image</para>
    594           <indexterm zone="ch-system-util-linux-ng rootflags">
    595             <primary sortas="b-rootflags">rootflags</primary>
     607      <varlistentry id="rtcwake">
     608        <term><command>rtcwake</command></term>
     609        <listitem>
     610          <para>Enters a system sleep state until a specified wakeup time</para>
     611          <indexterm zone="ch-system-util-linux-ng rtcwake">
     612            <primary sortas="b-rtcwake">rtcwake</primary>
    596613          </indexterm>
    597614        </listitem>
     
    608625      </varlistentry>
    609626
    610       <varlistentry id="setfdprm">
    611         <term><command>setfdprm</command></term>
    612         <listitem>
    613           <para>Sets user-provided floppy disk parameters</para>
    614           <indexterm zone="ch-system-util-linux-ng setfdprm">
    615             <primary sortas="b-setfdprm">setfdprm</primary>
     627      <varlistentry id="scriptreplay">
     628        <term><command>scriptreplay</command></term>
     629        <listitem>
     630          <para>Plays back typescripts created by <command>script</command></para>
     631          <indexterm zone="ch-system-util-linux-ng scriptreplay">
     632            <primary sortas="b-scriptreplay">scriptreplay</primary>
     633          </indexterm>
     634        </listitem>
     635      </varlistentry>
     636
     637      <varlistentry id="setarch">
     638        <term><command>setarch</command></term>
     639        <listitem>
     640          <para>Changes reported architecture in new program environment and
     641          sets personality flags</para>
     642          <indexterm zone="ch-system-util-linux-ng setarch">
     643            <primary sortas="b-setarch">setarch</primary>
    616644          </indexterm>
    617645        </listitem>
     
    681709      </varlistentry>
    682710
     711      <varlistentry id="taskset">
     712        <term><command>taskset</command></term>
     713        <listitem>
     714          <para>Retrieves or sets a process's CPU affinity</para>
     715          <indexterm zone="ch-system-util-linux-ng taskset">
     716            <primary sortas="b-taskset">taskset</primary>
     717          </indexterm>
     718        </listitem>
     719      </varlistentry>
     720
    683721      <varlistentry id="tunelp">
    684722        <term><command>tunelp</command></term>
     
    712750      </varlistentry>
    713751
    714       <varlistentry id="vidmode">
    715         <term><command>vidmode</command></term>
    716         <listitem>
    717           <para>Sets the video mode in a bootable image</para>
    718           <indexterm zone="ch-system-util-linux-ng vidmode">
    719             <primary sortas="b-vidmode">vidmode</primary>
    720           </indexterm>
    721         </listitem>
    722       </varlistentry>
    723 
    724752      <varlistentry id="whereis">
    725753        <term><command>whereis</command></term>
Note: See TracChangeset for help on using the changeset viewer.