2003-01-15 08:25:32 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
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
|
|
|
|
2003-01-15 08:25:32 +00:00
|
|
|
<para>Prepare Util-linux to be compiled:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>LDFLAGS="-static" ./configure</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Begin compiling the package:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make -C lib</userinput></screen></para>
|
|
|
|
|
2003-02-03 23:24:24 +00:00
|
|
|
<para>We only need the <filename>mount</filename> and
|
|
|
|
<filename>umount</filename> programs at the moment, so we won't be
|
2003-01-15 08:25:32 +00:00
|
|
|
compiling the entire package. Compile these two programs by issuing
|
|
|
|
the following command:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make -C mount mount umount</userinput></screen></para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
2003-01-15 08:25:32 +00:00
|
|
|
<para>Finish installing these two programs:</para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
2003-01-15 08:25:32 +00:00
|
|
|
<para><screen><userinput>cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|