Changeset 5c92d21


Ignore:
Timestamp:
10/11/2008 09:22:15 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 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:
0abc697
Parents:
fd4ae4e
Message:

Added three configure parameters to the Chapter 6 Util-linux-ng instructions so that additional programs are installed.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfd4ae4e r5c92d21  
    4242      <itemizedlist>
    4343        <listitem>
     44          <para>[randy] - Added three configure parameters to the Chapter 6
     45          Util-linux-ng instructions so that additional programs are
     46          installed. Also updated the installed programs list.</para>
     47        </listitem>
     48        <listitem>
    4449          <para>[randy] - Added a sed command to the Sysvinit instructions to
    4550          suppress the installation of the wall program and its man page as a
  • chapter06/util-linux-ng.xml

    rfd4ae4e r5c92d21  
    5959    <title>Installation of Util-linux-ng</title>
    6060
    61 <screen><userinput remap="configure">./configure</userinput></screen>
     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>
    6288
    6389    <para>Compile the package:</para>
     
    80106
    81107      <seglistitem>
    82         <seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
    83         colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat,
    84         fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm,
    85         ipcs, isosize, line, logger, look, losetup, mcookie, mkfs, mkfs.bfs,
    86         mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, pg, pivot_root,
    87         ramsize (link to rdev), raw, rdev, readprofile, rename, renice, rev,
    88         rootflags (link to rdev), script, setfdprm, setsid, setterm, sfdisk,
    89         swapoff (link to swapon), swapon, tailf, tunelp, ul, umount,
    90         vidmode (link to rdev), whereis, and write</seg>
     108
     109        <seg>addpart, agetty, arch, blockdev, cal, cfdisk, chkdupexe, chrt,
     110        col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, dmesg,
     111        fdformat, fdisk, flock, fsck.cramfs, fsck.minix, getopt, hexdump,
     112        hwclock, ionice, ipcrm, ipcs, isosize, ldattach, line, logger, look,
     113        losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     114        more, mount, namei, partx, pg, pivot_root, readprofile, rename, renice,
     115        rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk,
     116        swapon, tailf, taskset, tunelp, ul, umount, wall, whereis,
     117        and write</seg>
    91118      </seglistitem>
    92119    </segmentedlist>
     
    97124      <?dbhtml list-presentation="table"?>
    98125
     126      <varlistentry id="addpart">
     127        <term><command>addpart</command></term>
     128        <listitem>
     129          <para>Informs the Linux kernel of new partitions</para>
     130          <indexterm zone="ch-system-util-linux-ng addpart">
     131            <primary sortas="b-addpart">addpart</primary>
     132          </indexterm>
     133        </listitem>
     134      </varlistentry>
     135
    99136      <varlistentry id="agetty">
    100137        <term><command>agetty</command></term>
     
    159196      </varlistentry>
    160197
     198      <varlistentry id="chrt">
     199        <term><command>chrt</command></term>
     200        <listitem>
     201          <para>Manipulates real-time attributes of a process</para>
     202          <indexterm zone="ch-system-util-linux-ng chrt">
     203            <primary sortas="b-chrt">chrt</primary>
     204          </indexterm>
     205        </listitem>
     206      </varlistentry>
     207
    161208      <varlistentry id="col">
    162209        <term><command>col</command></term>
     
    233280      </varlistentry>
    234281
     282      <varlistentry id="delpart">
     283        <term><command>delpart</command></term>
     284        <listitem>
     285          <para>Asks the Linux kernel to remove a partition</para>
     286          <indexterm zone="ch-system-util-linux-ng delpart">
     287            <primary sortas="b-delpart">delpart</primary>
     288          </indexterm>
     289        </listitem>
     290      </varlistentry>
     291
    235292      <varlistentry id="dmesg">
    236293        <term><command>dmesg</command></term>
     
    239296          <indexterm zone="ch-system-util-linux-ng dmesg">
    240297            <primary sortas="b-dmesg">dmesg</primary>
    241           </indexterm>
    242         </listitem>
    243       </varlistentry>
    244 
    245       <varlistentry id="elvtune">
    246         <term><command>elvtune</command></term>
    247         <listitem>
    248           <para>Tunes the performance and interactivity of a block
    249           device</para>
    250           <indexterm zone="ch-system-util-linux-ng elvtune">
    251             <primary sortas="b-elvtune">elvtune</primary>
    252298          </indexterm>
    253299        </listitem>
     
    340386      </varlistentry>
    341387
     388      <varlistentry id="ionice">
     389        <term><command>ionice</command></term>
     390        <listitem>
     391          <para>Gets or sets the io scheduling class and priority for a program</para>
     392          <indexterm zone="ch-system-util-linux-ng ionice">
     393            <primary sortas="b-ionice">ionice</primary>
     394          </indexterm>
     395        </listitem>
     396      </varlistentry>
     397
    342398      <varlistentry id="ipcrm">
    343399        <term><command>ipcrm</command></term>
     
    366422          <indexterm zone="ch-system-util-linux-ng isosize">
    367423            <primary sortas="b-isosize">isosize</primary>
     424          </indexterm>
     425        </listitem>
     426      </varlistentry>
     427
     428      <varlistentry id="ldattach">
     429        <term><command>ldattach</command></term>
     430        <listitem>
     431          <para>Attaches a line discipline to a serial line</para>
     432          <indexterm zone="ch-system-util-linux-ng ldattach">
     433            <primary sortas="b-ldattach">ldattach</primary>
    368434          </indexterm>
    369435        </listitem>
     
    504570      </varlistentry>
    505571
     572      <varlistentry id="partx">
     573        <term><command>partx</command></term>
     574        <listitem>
     575          <para>Tells the kernel about the presence and numbering of on-disk
     576          partitions</para>
     577          <indexterm zone="ch-system-util-linux-ng partx">
     578            <primary sortas="b-partx">partx</primary>
     579          </indexterm>
     580        </listitem>
     581      </varlistentry>
     582
    506583      <varlistentry id="pg">
    507584        <term><command>pg</command></term>
     
    525602      </varlistentry>
    526603
    527       <varlistentry id="ramsize">
    528         <term><command>ramsize</command></term>
    529         <listitem>
    530           <para>Sets the size of the RAM disk in a bootable image</para>
    531           <indexterm zone="ch-system-util-linux-ng ramsize">
    532             <primary sortas="b-ramsize">ramsize</primary>
    533           </indexterm>
    534         </listitem>
    535       </varlistentry>
    536 
    537       <varlistentry id="raw">
    538         <term><command>raw</command></term>
    539         <listitem>
    540           <para>Used to bind a Linux raw character device to a block
    541           device</para>
    542           <indexterm zone="ch-system-util-linux-ng raw">
    543             <primary sortas="b-raw">raw</primary>
    544           </indexterm>
    545         </listitem>
    546       </varlistentry>
    547 
    548       <varlistentry id="rdev">
    549         <term><command>rdev</command></term>
    550         <listitem>
    551           <para>Queries and sets the root device, among other things, in a
    552           bootable image</para>
    553           <indexterm zone="ch-system-util-linux-ng rdev">
    554             <primary sortas="b-rdev">rdev</primary>
    555           </indexterm>
    556         </listitem>
    557       </varlistentry>
    558 
    559604      <varlistentry id="readprofile">
    560605        <term><command>readprofile</command></term>
     
    598643      </varlistentry>
    599644
    600       <varlistentry id="rootflags">
    601         <term><command>rootflags</command></term>
    602         <listitem>
    603           <para>Sets the rootflags in a bootable image</para>
    604           <indexterm zone="ch-system-util-linux-ng rootflags">
    605             <primary sortas="b-rootflags">rootflags</primary>
     645      <varlistentry id="rtcwake">
     646        <term><command>rtcwake</command></term>
     647        <listitem>
     648          <para>Used to enter a system sleep state until specified wakeup
     649          time</para>
     650          <indexterm zone="ch-system-util-linux-ng rtcwake">
     651            <primary sortas="b-rtcwake">rtcwake</primary>
    606652          </indexterm>
    607653        </listitem>
     
    618664      </varlistentry>
    619665
    620       <varlistentry id="setfdprm">
    621         <term><command>setfdprm</command></term>
    622         <listitem>
    623           <para>Sets user-provided floppy disk parameters</para>
    624           <indexterm zone="ch-system-util-linux-ng setfdprm">
    625             <primary sortas="b-setfdprm">setfdprm</primary>
     666      <varlistentry id="scriptreplay">
     667        <term><command>scriptreplay</command></term>
     668        <listitem>
     669          <para>Plays back typescripts using timing information</para>
     670          <indexterm zone="ch-system-util-linux-ng scriptreplay">
     671            <primary sortas="b-scriptreplay">scriptreplay</primary>
     672          </indexterm>
     673        </listitem>
     674      </varlistentry>
     675
     676      <varlistentry id="setarch">
     677        <term><command>setarch</command></term>
     678        <listitem>
     679          <para>Changes reported architecture in a new program environment and
     680          sets personality flags</para>
     681          <indexterm zone="ch-system-util-linux-ng setarch">
     682            <primary sortas="b-setarch">setarch</primary>
    626683          </indexterm>
    627684        </listitem>
     
    654711          <indexterm zone="ch-system-util-linux-ng sfdisk">
    655712            <primary sortas="b-sfdisk">sfdisk</primary>
    656           </indexterm>
    657         </listitem>
    658       </varlistentry>
    659 
    660       <varlistentry id="swapoff">
    661         <term><command>swapoff</command></term>
    662         <listitem>
    663           <para>Disables devices and files for paging and swapping</para>
    664           <indexterm zone="ch-system-util-linux-ng swapoff">
    665             <primary sortas="b-swapoff">swapoff</primary>
    666713          </indexterm>
    667714        </listitem>
     
    691738      </varlistentry>
    692739
     740      <varlistentry id="taskset">
     741        <term><command>taskset</command></term>
     742        <listitem>
     743          <para>Retrieves or sets a process' CPU affinity</para>
     744          <indexterm zone="ch-system-util-linux-ng taskset">
     745            <primary sortas="b-taskset">taskset</primary>
     746          </indexterm>
     747        </listitem>
     748      </varlistentry>
     749
    693750      <varlistentry id="tunelp">
    694751        <term><command>tunelp</command></term>
     
    722779      </varlistentry>
    723780
    724       <varlistentry id="vidmode">
    725         <term><command>vidmode</command></term>
    726         <listitem>
    727           <para>Sets the video mode in a bootable image</para>
    728           <indexterm zone="ch-system-util-linux-ng vidmode">
    729             <primary sortas="b-vidmode">vidmode</primary>
     781      <varlistentry id="wall">
     782        <term><command>wall</command></term>
     783        <listitem>
     784          <para>Displays the contents of a file or, by default, its standard
     785          input, on the terminals of all currently logged in users</para>
     786          <indexterm zone="ch-system-util-linux-ng wall">
     787            <primary sortas="b-wall">wall</primary>
    730788          </indexterm>
    731789        </listitem>
Note: See TracChangeset for help on using the changeset viewer.