e2fsprogs-inst.xml 338 B

12345678910111213
  1. <sect2>
  2. <title>Installation of E2fsprogs</title>
  3. <para>Install E2fsprogs by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr --with-root-prefix="" \
  5. &nbsp;&nbsp;&nbsp;--enable-elf-shlibs &amp;&amp;
  6. make &amp;&amp;
  7. make install &amp;&amp;
  8. make install-libs</userinput></screen></para>
  9. </sect2>