aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux-inst.xml
blob: a80ba089a3b753a87cd976719b5c0d10749b37f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<sect2>
<title>Installation of Util-linux</title>

<para>We only need the mount and umount programs at the moment, so we won't
be compiling the entire package.</para>

<para>Install Util-linux by running the following commands:</para>

<para><screen><userinput>./configure &amp;&amp;
make -C lib &amp;&amp;
make -C mount LDFLAGS=-static mount umount &amp;&amp;
cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>

</sect2>