Changeset 76b06f6 for BOOK/final-system/common/util-linux.xml
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/util-linux.xml
r111b12a r76b06f6 44 44 <para os="a">Prepare Util-linux for compilation:</para> 45 45 46 <screen os="b"><userinput>./configure --enable-write --disable-login --disable-su</userinput></screen> 46 <screen os="b"><userinput>./configure --enable-arch \ 47 --enable-write --disable-login --disable-su</userinput></screen> 47 48 48 49 <variablelist os="c"> 49 50 <title>The meaning of the configure options:</title> 51 52 <varlistentry> 53 <term><parameter>--enable-arch</parameter></term> 54 <listitem> 55 <para>This option allows the <command>arch</command> program to be 56 installed.</para> 57 </listitem> 58 </varlistentry> 50 59 51 60 <varlistentry> … … 97 106 98 107 <seglistitem> 99 <seg>addpart, agetty, blkid, blockdev, cal, cfdisk, chcpu,108 <seg>addpart, agetty, arch, blkid, blockdev, cal, cfdisk, chcpu, 100 109 chrt, col, colcrt, colrm, column, ctrlaltdel, cytune, delpart, 101 110 dmesg, eject, fallocate, fdformat, fdisk, findfs, findmnt, flock, … … 141 150 </varlistentry> 142 151 152 <varlistentry id="arch"> 153 <term><command>arch</command></term> 154 <listitem> 155 <para>Reports the machine's architecture</para> 156 <indexterm zone="ch-system-util-linux arch"> 157 <primary sortas="b-arch">arch</primary> 158 </indexterm> 159 </listitem> 160 </varlistentry> 161 143 162 <varlistentry id="blkid"> 144 163 <term><command>blkid</command></term>
Note:
See TracChangeset
for help on using the changeset viewer.