utillinux-inst.xml 738 B

12345678910111213141516171819202122232425
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Util-linux</title>
  4. <para>Prepare Util-linux for compilation:</para>
  5. <para><screen><userinput>./configure</userinput></screen></para>
  6. <para>Compile some support routines:</para>
  7. <para><screen><userinput>make -C lib</userinput></screen></para>
  8. <para>And, since you'll need only a couple of the utilities contained in this
  9. package, build just those:</para>
  10. <para><screen><userinput>make -C mount mount umount
  11. make -C text-utils more</userinput></screen></para>
  12. <para>Now copy these programs to the temporary tools directory:</para>
  13. <para><screen><userinput>cp mount/{,u}mount text-utils/more /stage1/bin</userinput></screen></para>
  14. </sect2>