2002-05-25 01:21:12 +01:00
|
|
|
<sect2>
|
2002-05-26 22:25:09 +01:00
|
|
|
<title>Installation of Util-linux</title>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
<para>We only need the mount and umount programs at the moment, so we won't
|
|
|
|
be compiling the entire package.</para>
|
|
|
|
|
2002-05-26 22:25:09 +01:00
|
|
|
<para>Install Util-linux by running the following commands:</para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>./configure &&
|
|
|
|
make -C lib &&
|
|
|
|
make -C mount LDFLAGS=-static mount umount &&
|
|
|
|
cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|