aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/utillinux-inst.xml
blob: 5638d7f2d5a9f92acae459ca3236b4113d3564b5 (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>