utillinux-inst.xml 440 B

123456789101112131415
  1. <sect2>
  2. <title>Installation of Util-linux</title>
  3. <para>We only need the mount and umount programs at the moment, so we won't
  4. be compiling the entire package.</para>
  5. <para>Install Util-linux by running the following commands:</para>
  6. <para><screen><userinput>./configure &amp;&amp;
  7. make -C lib &amp;&amp;
  8. make -C mount LDFLAGS=-static mount umount &amp;&amp;
  9. cp mount/{mount,umount} $LFS/static/bin</userinput></screen></para>
  10. </sect2>