- Timestamp:
- Sep 15, 2007, 10:02:04 AM (17 years ago)
- Branches:
- master
- Children:
- 5932ce1
- Parents:
- 591ec78
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/appendices/dependencies/common.xml
r591ec78 r3c23e03 361 361 362 362 <seglistitem> 363 <seg>Util-Linux </seg>363 <seg>Util-Linux-ng</seg> 364 364 </seglistitem> 365 365 </segmentedlist> … … 1029 1029 <seglistitem> 1030 1030 <seg>Bash, GRUB, Inetutils, Less, Procps, Psmisc, Readline, Texinfo, 1031 Util-Linux and Vim</seg>1031 Util-Linux-ng and Vim</seg> 1032 1032 </seglistitem> 1033 1033 </segmentedlist> … … 1419 1419 </segmentedlist> 1420 1420 1421 <!-- Begin Util-Linux dependency info -->1422 <bridgehead renderas="sect2" id="util-linux- dep">Util-Linux</bridgehead>1421 <!-- Begin Util-Linux-ng dependency info --> 1422 <bridgehead renderas="sect2" id="util-linux-ng-dep">Util-Linux-ng</bridgehead> 1423 1423 1424 1424 <segmentedlist> … … 1498 1498 1499 1499 <seglistitem> 1500 <seg>File, Module-Init-Tools and Util-Linux </seg>1500 <seg>File, Module-Init-Tools and Util-Linux-ng</seg> 1501 1501 </seglistitem> 1502 1502 </segmentedlist> -
BOOK/final-system/common/inetutils.xml
r591ec78 r3c23e03 49 49 <command>logger</command> program, which is used by scripts to 50 50 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> 52 52 </listitem> 53 53 </varlistentry> -
BOOK/final-system/common/util-linux-ng.xml
r591ec78 r3c23e03 47 47 48 48 <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> 62 92 63 93 </sect2> … … 70 100 71 101 <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> 81 110 </seglistitem> 82 111 </segmentedlist> … … 87 116 <?dbhtml list-presentation="table"?> 88 117 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 89 128 <varlistentry id="agetty"> 90 129 <term><command>agetty</command></term> … … 98 137 </varlistentry> 99 138 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 110 139 <varlistentry id="blockdev"> 111 140 <term><command>blockdev</command></term> … … 223 252 </varlistentry> 224 253 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 225 264 <varlistentry id="dmesg"> 226 265 <term><command>dmesg</command></term> … … 229 268 <indexterm zone="ch-system-util-linux-ng dmesg"> 230 269 <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 block239 device</para>240 <indexterm zone="ch-system-util-linux-ng elvtune">241 <primary sortas="b-elvtune">elvtune</primary>242 270 </indexterm> 243 271 </listitem> … … 330 358 </varlistentry> 331 359 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 332 370 <varlistentry id="ipcrm"> 333 371 <term><command>ipcrm</command></term> … … 494 532 </varlistentry> 495 533 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 496 545 <varlistentry id="pg"> 497 546 <term><command>pg</command></term> … … 515 564 </varlistentry> 516 565 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 block531 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 a542 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 549 566 <varlistentry id="readprofile"> 550 567 <term><command>readprofile</command></term> … … 588 605 </varlistentry> 589 606 590 <varlistentry id="r ootflags">591 <term><command>r ootflags</command></term>592 <listitem> 593 <para> Sets the rootflags in a bootable image</para>594 <indexterm zone="ch-system-util-linux-ng r ootflags">595 <primary sortas="b-r ootflags">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> 596 613 </indexterm> 597 614 </listitem> … … 608 625 </varlistentry> 609 626 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> 616 644 </indexterm> 617 645 </listitem> … … 681 709 </varlistentry> 682 710 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 683 721 <varlistentry id="tunelp"> 684 722 <term><command>tunelp</command></term> … … 712 750 </varlistentry> 713 751 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 724 752 <varlistentry id="whereis"> 725 753 <term><command>whereis</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.