Changeset 4073772 for chapter06


Ignore:
Timestamp:
06/20/2005 07:32:20 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
8966284
Parents:
9ea2a3a
Message:

Reworded Util-linux patch explanation. Ported from trunk r6076.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6078 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/util-linux.xml

    r9ea2a3a r4073772  
    4747<title>Installation of Util-linux</title>
    4848
    49 <para>Util-linux has a compilation error against newer versions of
    50 Linux-Libc-Headers.  The following patch properly fixes that issue</para>
     49<para>Util-linux fails to compile against newer versions of Linux-Libc-Headers.
     50The following patch properly fixes this issue:</para>
    5151
    5252<screen><userinput>patch -Np1 -i ../util-linux-&util-linux-version;-cramfs-1.patch</userinput></screen>
     
    9393<segmentedlist>
    9494<segtitle>Installed programs</segtitle>
    95 <seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt, 
    96 colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk, 
    97 fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line, 
    98 logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap, 
    99 more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile, 
    100 rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm, 
    101 sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev), 
     95<seglistitem><seg>agetty, arch, blockdev, cal, cfdisk, chkdupexe, col, colcrt,
     96colrm, column, ctrlaltdel, cytune, ddate, dmesg, elvtune, fdformat, fdisk,
     97fsck.cramfs, fsck.minix, getopt, hexdump, hwclock, ipcrm, ipcs, isosize, line,
     98logger, look, losetup, mcookie, mkfs, mkfs.bfs, mkfs.cramfs, mkfs.minix, mkswap,
     99more, mount, namei, pg, pivot_root, ramsize (link to rdev), raw, rdev, readprofile,
     100rename, renice, rev, rootflags (link to rdev), script, setfdprm, setsid, setterm,
     101sfdisk, swapdev, swapoff (link to swapon), swapon, tunelp, ul, umount, vidmode (link to rdev),
    102102whereis, and write</seg></seglistitem>
    103103</segmentedlist>
     
    192192<term><command>ctrlaltdel</command></term>
    193193<listitem>
    194 <para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a 
     194<para>Sets the function of the Ctrl+Alt+Del key combination to a hard or a
    195195soft reset</para>
    196196<indexterm zone="ch-system-util-linux ctrlaltdel"><primary sortas="b-ctrlaltdel">ctrlaltdel</primary></indexterm>
Note: See TracChangeset for help on using the changeset viewer.