From 9d42ad9ce19c456fffaa98886fc998d5c19bb6f9 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 27 Jun 2010 03:23:30 +0000 Subject: Update installed programs lists git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9313 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 12 ++++ chapter06/grub.xml | 137 ++++++++++++++++++++++++++++++-------------- chapter06/perl.xml | 19 ++++-- chapter06/psmisc.xml | 12 +++- chapter06/util-linux-ng.xml | 38 ++++++++++-- 5 files changed, 166 insertions(+), 52 deletions(-) (limited to 'chapter06') 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 Installed programs + Installed library Installed directory @@ -153,6 +154,7 @@ mv -v /usr/bin/chroot /usr/sbin 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 + libstdbuf.so /usr/lib/coreutils @@ -1191,6 +1193,16 @@ mv -v /usr/bin/chroot /usr/sbin + + libstdbuf + + Library used by stdbuf + + libstdbuf + + + + 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 @@ Installed directories - grub-editenv, grub-mkelfimage, grub-mkfont, grub-mkimage, - grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig, - grub-mkdevicemap, grub-probe, grub-setup - + 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 /usr/lib/grub, /etc/grub.d, /usr/share/grub @@ -87,6 +87,16 @@ + + grub-bin2h + + Converts a binary file to a C header + + grub-bin2h + + + + grub-editenv @@ -97,82 +107,93 @@ - - grub-mkelfimage + + grub-install - Make a bootable image of GRUB - - grub-mkelfimage + Install GRUB on your drive + + grub-install + + + + + + grub-mkconfig + + Generate a grub config file + + grub-mkconfig - - grub-mkfont + + grub-mkdevicemap - Update fonts for GRUB use - - grub-mkfont + Generate a device map file automatically + + grub-mkdevicemap - - grub-mkimage + + grub-mkelfimage Make a bootable image of GRUB - - grub-mkimage + + grub-mkelfimage - - grub-mkrescue + + grub-mkimage - Make a bootable image of GRUB suitable for a floppy disk - - grub-mkrescue + Make a bootable image of GRUB + + grub-mkimage - - grub-dumpbios + + grub-mkisofs - Create vbios and int10 dump - - grub-dumpbios + Creates a bootable ISO image + + grub-mkisofs - - grub-install + + grub-mkpasswd-pbkdf2 - Install GRUB on your drive - - grub-install + Generates an encrypted PBKDF2 password for use in the boot + menu + + grub-mkpasswd-pbkdf2 - - grub-mkconfig + + grub-mkrelpath - Generate a grub config file - - grub-mkconfig + Makes a system pathname relative to its root + + grub-mkrelpath - - grub-mkdevicemap + + grub-mkrescue - Generate a device map file automatically - - grub-mkdevicemap + Make a bootable image of GRUB suitable for a floppy disk + + grub-mkrescue @@ -187,6 +208,36 @@ + + grub-reboot + + Sets the default boot entry for GRUB for the next boot only + + grub-reboot + + + + + + grub-script-check + + Checks GRUB configuration script for syntax errors + + grub-script-check + + + + + + grub-set-default + + Sets the default boot entry for GRUB + + grub-set-default + + + + grub-setup 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 @@ 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 + 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 Several hundred which cannot all be listed here /usr/lib/perl5 @@ -354,6 +354,17 @@ + + perlthanks + + Used to generate thank you messages to mail to the Perl + developers + + perlthanks + + + + piconv 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 Installed programs - fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree) + fuser, killall, peekfd, prtstat, pstree, and pstree.x11 (link to pstree) @@ -116,6 +116,16 @@ ln -sv killall /bin/pidof + + prtstat + + Prints information about a process + + prtstat + + + + pstree 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 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 + ul, umount, unshare, uuidd, uuidgen, wall, whereis, wipefs, and write libblkid.{a,so}, libuuid.{a,so} /usr/share/getopt, /var/lib/hwclock @@ -314,6 +314,16 @@ mkdir -pv /var/lib/hwclock + + fallocate + + Preallocates space to a file + + fallocate + + + + fdformat @@ -884,6 +894,16 @@ mkdir -pv /var/lib/hwclock + + unshare + + Runs a program with some namespaces unshared from parent + + unshare + + + + uuidd @@ -929,6 +949,16 @@ mkdir -pv /var/lib/hwclock + + wipefs + + Wipes a filesystem signature from a device + + wipefs + + + + write -- cgit v1.2.3-54-g00ecf