aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux-inst.xml
blob: 9b3bc6d63cb6311202949d3fec9ae5829cdfd1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Util-linux</title>

<para>Prepare Util-linux for compilation:</para>

<para><screen><userinput>./configure</userinput></screen></para>

<para>Compile some support routines:</para>

<para><screen><userinput>make -C lib</userinput></screen></para>

<para>And, since you'll need only a couple of the utilities contained in this
package, build just those:</para>

<para><screen><userinput>make -C mount  mount umount
make -C text-utils  more</userinput></screen></para>

<para>Now copy these programs to the temporary tools directory:</para>

<para><screen><userinput>cp mount/{,u}mount text-utils/more /stage1/bin</userinput></screen></para>

</sect2>