Author: manuel Date: 2005-06-20 13:25:36 -0600 (Mon, 20 Jun 2005) New Revision: 6076
Modified: trunk/BOOK/chapter06/util-linux.xml Log: Reworded Util-linux patch explanation. Bug 1554. Modified: trunk/BOOK/chapter06/util-linux.xml =================================================================== --- trunk/BOOK/chapter06/util-linux.xml 2005-06-20 19:24:56 UTC (rev 6075) +++ trunk/BOOK/chapter06/util-linux.xml 2005-06-20 19:25:36 UTC (rev 6076) @@ -48,8 +48,8 @@ <sect2 role="installation"> <title>Installation of Util-linux</title> -<para>Util-linux has a compilation error against newer versions of -Linux-Libc-Headers. The following patch properly fixes that issue</para> +<para>Util-linux fails to compile against newer versions of Linux-Libc-Headers. +The following patch properly fixes this issue:</para> <screen><userinput>patch -Np1 -i ../&util-linux-cramfs-patch;</userinput></screen> @@ -94,13 +94,13 @@ <segmentedlist> <segtitle>Installed programs</segtitle> -<seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt, -colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk, -fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line, -logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, -more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile, -rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm, -sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev), +<seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt, +colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk, +fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line, +logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, +more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile, +rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm, +sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev), whereis, and write</seg></seglistitem> </segmentedlist> @@ -193,7 +193,7 @@ <varlistentry id="ctrlaltdel"> <term><command>ctrlaltdel</command></term> <listitem> -<para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a +<para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a soft reset</para> <indexterm zone="ch-system-util-linux ctrlaltdel"><primary sortas="b-ctrlaltdel">ctrlaltdel</primary></indexterm> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
