utillinux-inst.xml 372 B

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