Changeset 17e4e83
- Timestamp:
- Sep 11, 2007, 4:11:30 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f6adffe
- Parents:
- 37df206
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux-ng.xml
r37df206 r17e4e83 47 47 <screen os="b"><userinput>./configure --enable-partx --disable-wall --enable-write</userinput></screen> 48 48 49 <para os="c">Compile the package:</para> 50 51 <screen os="d"><userinput>make</userinput></screen> 52 53 <para os="e">This package does not come with a test suite.</para> 49 <variablelist os="c"> 50 <title>The meaning of the configure options:</title> 51 52 <varlistentry> 53 <term><parameter>--enable-partx</parameter></term> 54 <listitem> 55 <para>Enable partx stuff (need more description).</para> 56 </listitem> 57 </varlistentry> 58 59 <varlistentry> 60 <term><parameter>--disable-wall</parameter></term> 61 <listitem> 62 <para>Disables building the <command>wall</command> program, 63 as the Sysvinit package installs its own version.</para> 64 </listitem> 65 </varlistentry> 66 67 <varlistentry> 68 <term><parameter>--enable-write</parameter></term> 69 <listitem> 70 <para>This option allows the <command>write</command> program to be 71 installed.</para> 72 </listitem> 73 </varlistentry> 74 75 </variablelist> 76 77 <para os="d">Compile the package:</para> 78 79 <screen os="e"><userinput>make</userinput></screen> 80 81 <para os="f">This package does not come with a test suite.</para> 54 82 55 83 <para os="g">Install the package:</para>
Note:
See TracChangeset
for help on using the changeset viewer.