lfs/chapter05/utillinux-inst.xml
2002-05-26 21:25:09 +00:00

16 lines
440 B
XML

<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>