Changeset bf8339f for BOOK


Ignore:
Timestamp:
Jan 7, 2009, 9:53:26 AM (15 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:
3d00c1ed
Parents:
48cc23b
Message:

Added arch to util-linux-ng build. Also fixed descriptions of

configure paramters

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/util-linux-ng.xml

    r48cc23b rbf8339f  
    4545    <para os="a">Prepare Util-linux-ng for compilation:</para>
    4646
    47 <screen os="b"><userinput>./configure --enable-partx \
    48     --disable-wall --enable-write</userinput></screen>
     47<screen os="b"><userinput>./configure --enable-arch \
     48    --enable-partx --enable-write --disable-wall</userinput></screen>
    4949
    5050    <variablelist os="c">
     
    5252
    5353      <varlistentry>
     54        <term><parameter>--enable-arch</parameter></term>
     55        <listitem>
     56          <para>This option allows the <command>arch</command> program to be
     57          installed.</para>
     58        </listitem>
     59      </varlistentry>
     60
     61      <varlistentry>
    5462        <term><parameter>--enable-partx</parameter></term>
    5563        <listitem>
    56           <para>Enable partx stuff (need more description).</para>
     64          <para>Enables building the <command>addpart</command>, <command>delpart</command>,
     65           <command>partx</command> programs.</para>
     66        </listitem>
     67      </varlistentry>
     68
     69      <varlistentry>
     70        <term><parameter>--enable-write</parameter></term>
     71        <listitem>
     72          <para>This option allows the <command>write</command> program to be
     73          installed.</para>
    5774        </listitem>
    5875      </varlistentry>
     
    6380          <para>Disables building the <command>wall</command> program,
    6481          as the Sysvinit package installs its own version.</para>
    65         </listitem>
    66       </varlistentry>
    67 
    68       <varlistentry>
    69         <term><parameter>--enable-write</parameter></term>
    70         <listitem>
    71           <para>This option allows the <command>write</command> program to be
    72           installed.</para>
    7382        </listitem>
    7483      </varlistentry>
  • BOOK/introduction/common/changelog.xml

    r48cc23b rbf8339f  
    5252          <para>[Jim] - Moved location of dumpkeys to /bin will be needed
    5353           for a change coming up in the bootscripts.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[Jim] - Added arch to util-linux-ng build. Also fixed descriptions of
     57          configure paramters.</para>
    5458        </listitem>
    5559      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.