e2fsprogs-inst.xml 612 B

123456789101112131415161718192021222324
  1. <sect2>
  2. <title>Installation of E2fsprogs</title>
  3. <para>
  4. Install E2fsprogs by running the following commands:
  5. </para>
  6. <para>
  7. Please note that the empty --with-root-prefix= option below is supposed
  8. to be like this. I did not forget to supply a value there.
  9. </para>
  10. <blockquote><literallayout>
  11. <userinput>./configure --prefix=/usr --with-root-prefix= \</userinput>
  12. <userinput>&nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;</userinput>
  13. <userinput>make &amp;&amp;</userinput>
  14. <userinput>make install &amp;&amp;</userinput>
  15. <userinput>make install-libs</userinput>
  16. </literallayout></blockquote>
  17. </sect2>