utillinux-inst.xml 315 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Util-linux</title>
  4. <para><screen><userinput>./configure
  5. make -C lib
  6. make -C mount mount umount
  7. make -C text-utils more
  8. cp mount/{mount,umount} /stage1/bin
  9. cp text-utils/more /stage1/bin</userinput></screen></para>
  10. </sect2>