Ignore:
Timestamp:
Feb 21, 2006, 1:22:37 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a3476c5
Parents:
1d165f4
Message:

r778@server (orig r776): jim | 2005-11-29 14:25:23 -0800

r831@server: jim | 2005-11-29 14:25:00 -0800
Text Updates fixing typos and xinclude issues


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/util-linux.xml

    r1d165f4 r4815e28  
    6363    xpointer="xpointer(//*[@os='d'])"/>
    6464
    65 <screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no CPUOPT="" ARCH="" CPU=""</userinput></screen>
     65<screen os="bf"><userinput>make HAVE_KILL=yes HAVE_SLN=yes \
     66HAVE_SHADOW=no CPUOPT="" ARCH="" \
     67CPU=""</userinput></screen>
    6668
    6769    <variablelist os="bg">
     
    7981        <term><parameter>HAVE_SHADOW=no</parameter></term>
    8082        <listitem>
    81           <para>This do ... .</para>
     83          <para>This disables linking to shadow .</para>
    8284        </listitem>
    8385      </varlistentry>
     
    8688        <term><parameter>CPUOPT=""</parameter></term>
    8789        <listitem>
    88           <para>This do ... .</para>
     90          <para>This disables any compiler optimizations by CPU type.</para>
    8991        </listitem>
    9092      </varlistentry>
     
    9395        <term><parameter>ARCH=""</parameter></term>
    9496        <listitem>
    95           <para>This do ... .</para>
     97          <para>This disables the detection of the architecture.</para>
    9698        </listitem>
    9799      </varlistentry>
     
    100102        <term><parameter>CPU=""</parameter></term>
    101103        <listitem>
    102           <para>This do ... .</para>
     104          <para>This disables the detection of the CPU.</para>
    103105        </listitem>
    104106      </varlistentry>
     
    108110    <para os="bh">Install the package:</para>
    109111
    110 <screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no USE_TTY_GROUP=no CPUOPT="" ARCH="" CPU="" DESTDIR=${LFS} install</userinput></screen>
     112<screen os="bi"><userinput>make HAVE_KILL=yes HAVE_SLN=yes HAVE_SHADOW=no \
     113USE_TTY_GROUP=no CPUOPT="" ARCH="" \
     114CPU="" DESTDIR=${LFS} install</userinput></screen>
    111115
    112116    <para os="bj">Now we will put a copy of mount in <filename
Note: See TracChangeset for help on using the changeset viewer.