[Clfs-commits] commit: r4370 - in /trunk/BOOK: final-system/common/util-linux-ng.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 7 09:53:28 PST 2009


Author: jim
Date: Wed Jan  7 17:53:26 2009
New Revision: 4370

Log:
Added arch to util-linux-ng build. Also fixed descriptions of
          configure paramters

Modified:
    trunk/BOOK/final-system/common/util-linux-ng.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/util-linux-ng.xml
==============================================================================
--- trunk/BOOK/final-system/common/util-linux-ng.xml (original)
+++ trunk/BOOK/final-system/common/util-linux-ng.xml Wed Jan  7 17:53:26 2009
@@ -44,16 +44,33 @@
 
     <para os="a">Prepare Util-linux-ng for compilation:</para>
 
-<screen os="b"><userinput>./configure --enable-partx \
-    --disable-wall --enable-write</userinput></screen>
+<screen os="b"><userinput>./configure --enable-arch \
+    --enable-partx --enable-write --disable-wall</userinput></screen>
 
     <variablelist os="c">
       <title>The meaning of the configure options:</title>
 
       <varlistentry>
+        <term><parameter>--enable-arch</parameter></term>
+        <listitem>
+          <para>This option allows the <command>arch</command> program to be
+          installed.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--enable-partx</parameter></term>
         <listitem>
-          <para>Enable partx stuff (need more description).</para>
+          <para>Enables building the <command>addpart</command>, <command>delpart</command>,
+	   <command>partx</command> programs.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--enable-write</parameter></term>
+        <listitem>
+          <para>This option allows the <command>write</command> program to be
+          installed.</para>
         </listitem>
       </varlistentry>
 
@@ -62,14 +79,6 @@
         <listitem>
           <para>Disables building the <command>wall</command> program,
           as the Sysvinit package installs its own version.</para>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry>
-        <term><parameter>--enable-write</parameter></term>
-        <listitem>
-          <para>This option allows the <command>write</command> program to be
-          installed.</para>
         </listitem>
       </varlistentry>
 

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Wed Jan  7 17:53:26 2009
@@ -51,6 +51,10 @@
         <listitem>
           <para>[Jim] - Moved location of dumpkeys to /bin will be needed
 	   for a change coming up in the bootscripts.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added arch to util-linux-ng build. Also fixed descriptions of
+	  configure paramters.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list