blob: 12e22e8339ae4f841de52dc51a5062a7a813759b (
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>LDFLAGS="-static" ./configure &&
make -C lib &&
make -C mount mount umount &&
cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>
</sect2>
|