diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-27 03:23:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-27 03:23:30 +0000 |
commit | 9d42ad9ce19c456fffaa98886fc998d5c19bb6f9 (patch) | |
tree | 5d4f99277c76e6b480c9a16b92bead6dc594c8ad | |
parent | 935435bedb64154464881c3c3ef4e2731d2f4086 (diff) |
Update installed programs lists
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9313 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter06/coreutils.xml | 12 | ||||
-rw-r--r-- | chapter06/grub.xml | 137 | ||||
-rw-r--r-- | chapter06/perl.xml | 19 | ||||
-rw-r--r-- | chapter06/psmisc.xml | 12 | ||||
-rw-r--r-- | chapter06/util-linux-ng.xml | 38 | ||||
-rw-r--r-- | general.ent | 4 |
7 files changed, 179 insertions, 54 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b1a6badae..78915757e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>2010-06-27</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update installed programs lists. + Thanks to Chris Staub for the patch. Fixes + <ulink url="&lfs-ticket-root;2678">#2678</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-06-22</para> <itemizedlist> <listitem> diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 7f6f09a94..45ac5f1c3 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -140,6 +140,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> + <segtitle>Installed library</segtitle> <segtitle>Installed directory</segtitle> <seglistitem> @@ -153,6 +154,7 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> split, stat, stdbuf, stty, sum, sync, tac, tail, tee, test, timeout, touch, tr, true, truncate, tsort, tty, uname, unexpand, uniq, unlink, users, vdir, wc, who, whoami, and yes</seg> + <seg>libstdbuf.so</seg> <seg>/usr/lib/coreutils</seg> </seglistitem> </segmentedlist> @@ -1191,6 +1193,16 @@ mv -v /usr/bin/chroot /usr/sbin</userinput></screen> </listitem> </varlistentry> + <varlistentry id="libstdbuf"> + <term><filename class="libraryfile">libstdbuf</filename></term> + <listitem> + <para>Library used by <command>stdbuf</command></para> + <indexterm zone="ch-system-coreutils libstdbuf"> + <primary sortas="c-libstdbuf">libstdbuf</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> diff --git a/chapter06/grub.xml b/chapter06/grub.xml index f306491bd..b714acf7e 100644 --- a/chapter06/grub.xml +++ b/chapter06/grub.xml @@ -74,10 +74,10 @@ <segtitle>Installed directories</segtitle> <seglistitem> - <seg>grub-editenv, grub-mkelfimage, grub-mkfont, grub-mkimage, - grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig, - grub-mkdevicemap, grub-probe, grub-setup</seg> - + <seg>grub-bin2h, grub-editenv, grub-install, grub-mkconfig, + grub-mkdevicemap, grub-mkelfimage, grub-mkimage, grub-mkisofs, + grub-mkpasswd-pbkdf2, grub-mkrelpath, grub-mkrescue, grub-probe, + grub-reboot, grub-script-check, grub-set-default, grub-setup</seg> <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub</seg> </seglistitem> </segmentedlist> @@ -87,6 +87,16 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> + <varlistentry id="grub-bin2h"> + <term><command>grub-bin2h</command></term> + <listitem> + <para>Converts a binary file to a C header</para> + <indexterm zone="ch-system-grub grub-bin2h"> + <primary sortas="b-grub-bin2h">grub-bin2h</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="grub-editenv"> <term><command>grub-editenv</command></term> <listitem> @@ -97,82 +107,93 @@ </listitem> </varlistentry> - <varlistentry id="grub-mkelfimage"> - <term><command>grub-mkelfimage</command></term> + <varlistentry id="grub-install"> + <term><command>grub-install</command></term> <listitem> - <para>Make a bootable image of GRUB</para> - <indexterm zone="ch-system-grub grub-mkelfimage"> - <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary> + <para>Install GRUB on your drive</para> + <indexterm zone="ch-system-grub grub-install"> + <primary sortas="b-grub-install">grub-install</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="grub-mkconfig"> + <term><command>grub-mkconfig</command></term> + <listitem> + <para>Generate a grub config file</para> + <indexterm zone="ch-system-grub grub-mkconfig"> + <primary sortas="b-grub-mkconfig">grub-mkconfig</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkfont"> - <term><command>grub-mkfont</command></term> + <varlistentry id="grub-mkdevicemap"> + <term><command>grub-mkdevicemap</command></term> <listitem> - <para>Update fonts for GRUB use</para> - <indexterm zone="ch-system-grub grub-mkfont"> - <primary sortas="b-grub-mkfont">grub-mkfont</primary> + <para>Generate a device map file automatically</para> + <indexterm zone="ch-system-grub grub-mkdevicemap"> + <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkimage"> - <term><command>grub-mkimage</command></term> + <varlistentry id="grub-mkelfimage"> + <term><command>grub-mkelfimage</command></term> <listitem> <para>Make a bootable image of GRUB</para> - <indexterm zone="ch-system-grub grub-mkimage"> - <primary sortas="b-grub-mkimage">grub-mkimage</primary> + <indexterm zone="ch-system-grub grub-mkelfimage"> + <primary sortas="b-grub-mkelfimage">grub-mkelfimage</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkrescue"> - <term><command>grub-mkrescue</command></term> + <varlistentry id="grub-mkimage"> + <term><command>grub-mkimage</command></term> <listitem> - <para>Make a bootable image of GRUB suitable for a floppy disk</para> - <indexterm zone="ch-system-grub grub-mkrescue"> - <primary sortas="b-grub-mkrescue">grub-mkrescue</primary> + <para>Make a bootable image of GRUB</para> + <indexterm zone="ch-system-grub grub-mkimage"> + <primary sortas="b-grub-mkimage">grub-mkimage</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-dumpbios"> - <term><command>grub-dumpbios</command></term> + <varlistentry id="grub-mkisofs"> + <term><command>grub-mkisofs</command></term> <listitem> - <para>Create vbios and int10 dump</para> - <indexterm zone="ch-system-grub grub-dumpbios"> - <primary sortas="b-grub-dumpbios">grub-dumpbios</primary> + <para>Creates a bootable ISO image</para> + <indexterm zone="ch-system-grub grub-mkisofs"> + <primary sortas="b-grub-mkisofs">grub-mkisofs</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-install"> - <term><command>grub-install</command></term> + <varlistentry id="grub-mkpasswd-pbkdf2"> + <term><command>grub-mkpasswd-pbkdf2</command></term> <listitem> - <para>Install GRUB on your drive</para> - <indexterm zone="ch-system-grub grub-install"> - <primary sortas="b-grub-install">grub-install</primary> + <para>Generates an encrypted PBKDF2 password for use in the boot + menu</para> + <indexterm zone="ch-system-grub grub-mkpasswd-pbkdf2"> + <primary sortas="b-grub-mkpasswd-pbkdf2">grub-mkpasswd-pbkdf2</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkconfig"> - <term><command>grub-mkconfig</command></term> + <varlistentry id="grub-mkrelpath"> + <term><command>grub-mkrelpath</command></term> <listitem> - <para>Generate a grub config file</para> - <indexterm zone="ch-system-grub grub-mkconfig"> - <primary sortas="b-grub-mkconfig">grub-mkconfig</primary> + <para>Makes a system pathname relative to its root</para> + <indexterm zone="ch-system-grub grub-mkrelpath"> + <primary sortas="b-grub-mkrelpath">grub-mkrelpath</primary> </indexterm> </listitem> </varlistentry> - <varlistentry id="grub-mkdevicemap"> - <term><command>grub-mkdevicemap</command></term> + <varlistentry id="grub-mkrescue"> + <term><command>grub-mkrescue</command></term> <listitem> - <para>Generate a device map file automatically</para> - <indexterm zone="ch-system-grub grub-mkdevicemap"> - <primary sortas="b-grub-mkdevicemap">grub-mkdevicemap</primary> + <para>Make a bootable image of GRUB suitable for a floppy disk</para> + <indexterm zone="ch-system-grub grub-mkrescue"> + <primary sortas="b-grub-mkrescue">grub-mkrescue</primary> </indexterm> </listitem> </varlistentry> @@ -187,6 +208,36 @@ </listitem> </varlistentry> + <varlistentry id="grub-reboot"> + <term><command>grub-reboot</command></term> + <listitem> + <para>Sets the default boot entry for GRUB for the next boot only</para> + <indexterm zone="ch-system-grub grub-reboot"> + <primary sortas="b-grub-reboot">grub-reboot</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="grub-script-check"> + <term><command>grub-script-check</command></term> + <listitem> + <para>Checks GRUB configuration script for syntax errors</para> + <indexterm zone="ch-system-grub grub-script-check"> + <primary sortas="b-grub-script-check">grub-script-check</primary> + </indexterm> + </listitem> + </varlistentry> + + <varlistentry id="grub-set-default"> + <term><command>grub-set-default</command></term> + <listitem> + <para>Sets the default boot entry for GRUB</para> + <indexterm zone="ch-system-grub grub-set-default"> + <primary sortas="b-grub-set-default">grub-set-default</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="grub-setup"> <term><command>grub-setup</command></term> <listitem> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index d94357b93..b898c8347 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -125,10 +125,10 @@ <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp, cpanp-run-perl, dprofpp, enc2xs, find2perl, h2ph, h2xs, instmodsh, libnetcfg, perl, perl&perl-version; (link to perl), - perlbug, perldoc, perlivp, piconv, pl2pm, pod2html, pod2latex, - pod2man, pod2text, pod2usage, podchecker, podselect, prove, - psed (link to s2p), pstruct (link to c2ph), ptar, ptardiff, s2p, - shasum, splain, and xsubpp</seg> + perlbug, perldoc, perlivp, perlthanks (link to perlbug), piconv, pl2pm, + pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker, + podselect, prove, psed (link to s2p), pstruct (link to c2ph), ptar, + ptardiff, s2p, shasum, splain, and xsubpp</seg> <seg>Several hundred which cannot all be listed here</seg> <seg>/usr/lib/perl5</seg> </seglistitem> @@ -354,6 +354,17 @@ </listitem> </varlistentry> + <varlistentry id="perlthanks"> + <term><command>perlthanks</command></term> + <listitem> + <para>Used to generate thank you messages to mail to the Perl + developers</para> + <indexterm zone="ch-system-perl perlthanks"> + <primary sortas="b-perlthanks">perlthanks</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="piconv"> <term><command>piconv</command></term> <listitem> diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index 9fb4435b5..7232f01f8 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -74,7 +74,7 @@ ln -sv killall /bin/pidof</userinput></screen> <segtitle>Installed programs</segtitle> <seglistitem> - <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg> + <seg>fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree)</seg> </seglistitem> </segmentedlist> @@ -116,6 +116,16 @@ ln -sv killall /bin/pidof</userinput></screen> </listitem> </varlistentry> + <varlistentry id="prtstat"> + <term><command>prtstat</command></term> + <listitem> + <para>Prints information about a process</para> + <indexterm zone="ch-system-psmisc prtstat"> + <primary sortas="b-prtstat">prtstat</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="pstree"> <term><command>pstree</command></term> <listitem> diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml index 985756f29..94a554227 100644 --- a/chapter06/util-linux-ng.xml +++ b/chapter06/util-linux-ng.xml @@ -109,14 +109,14 @@ mkdir -pv /var/lib/hwclock</userinput></screen> <seglistitem> <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chkdupexe, chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, ddate, delpart, - dmesg, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, fsck.minix, - getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, isosize, - ldattach, line, linux32, linux64, logger, look, losetup, lscpu, + dmesg, fallocate, fdformat, fdisk, findfs, flock, fsck, fsck.cramfs, + fsck.minix, getopt, hexdump, hwclock, i386, ionice, ipcmk, ipcrm, ipcs, + isosize, ldattach, line, linux32, linux64, logger, look, losetup, lscpu, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, more, mount, namei, partx, pg, pivot_root, readprofile, rename, renice, rev, rtcwake, script, scriptreplay, setarch, setsid, setterm, sfdisk, swapoff (link to swapon), swapon, switch_root, tailf, taskset, tunelp, - ul, umount, uuidd, uuidgen, wall, whereis, and write</seg> + ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and write</seg> <seg>libblkid.{a,so}, libuuid.{a,so}</seg> <seg>/usr/share/getopt, /var/lib/hwclock</seg> </seglistitem> @@ -314,6 +314,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> + <varlistentry id="fallocate"> + <term><command>fallocate</command></term> + <listitem> + <para>Preallocates space to a file</para> + <indexterm zone="ch-system-util-linux-ng fallocate"> + <primary sortas="b-fallocate">fallocate</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="fdformat"> <term><command>fdformat</command></term> <listitem> @@ -884,6 +894,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> + <varlistentry id="unshare"> + <term><command>unshare</command></term> + <listitem> + <para>Runs a program with some namespaces unshared from parent</para> + <indexterm zone="ch-system-util-linux-ng unshare"> + <primary sortas="b-unshare">unshare</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="uuidd"> <term><command>uuidd</command></term> <listitem> @@ -929,6 +949,16 @@ mkdir -pv /var/lib/hwclock</userinput></screen> </listitem> </varlistentry> + <varlistentry id="wipefs"> + <term><command>wipefs</command></term> + <listitem> + <para>Wipes a filesystem signature from a device</para> + <indexterm zone="ch-system-util-linux-ng wipefs"> + <primary sortas="b-wipefs">wipefs</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="write"> <term><command>write</command></term> <listitem> diff --git a/general.ent b/general.ent index 31005dffa..875b34ddd 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20100622"> -<!ENTITY releasedate "June 22, 2010"> +<!ENTITY version "SVN-20100627"> +<!ENTITY releasedate "June 27, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "6.7"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |