diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 19:25:36 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-20 19:25:36 +0000 |
commit | 95df0e5a413ba4a4006f7c7b666f59591a282b33 (patch) | |
tree | 7248a2fdc41c509be2fde331ffb5fb8108bfb7a4 /chapter06/util-linux.xml | |
parent | 1012ef954c912c86a775a7d728f3fdf3a38384a6 (diff) |
Reworded Util-linux patch explanation. Bug 1554.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6076 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux.xml')
-rw-r--r-- | chapter06/util-linux.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 3506be135..4ddeb3712 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -48,8 +48,8 @@ mkdir -p /var/lib/hwclock</userinput></screen> <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 @@ mv /usr/bin/logger /bin</userinput></screen> <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 @@ that lack some capabilities, such as overstriking and half-lines</para> <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> |