Changeset bf8339f for BOOK/final-system/common
- Timestamp:
- Jan 7, 2009, 9:53:26 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3d00c1ed
- Parents:
- 48cc23b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux-ng.xml
r48cc23b rbf8339f 45 45 <para os="a">Prepare Util-linux-ng for compilation:</para> 46 46 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> 49 49 50 50 <variablelist os="c"> … … 52 52 53 53 <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> 54 62 <term><parameter>--enable-partx</parameter></term> 55 63 <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> 57 74 </listitem> 58 75 </varlistentry> … … 63 80 <para>Disables building the <command>wall</command> program, 64 81 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 be72 installed.</para>73 82 </listitem> 74 83 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.