e2fsprogs-exp.xml 758 B

12345678910111213141516171819
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>--with-root-prefix="":</userinput> The
  4. reason for supplying this option is because of the setup of the
  5. e2fsprogs Makefile. Some programs are essential for system use when,
  6. for example, /usr isn't mounted (like the e2fsck program). These
  7. programs and libraries therefore belong in directories like /lib and
  8. /sbin. If this option isn't passed to e2fsprogs' configure, it places
  9. these programs in /usr which is not what we want.</para>
  10. <para><userinput>--enable-elf-shlibs:</userinput> This creates shared
  11. libraries that some programs in this package can make use of.</para>
  12. <para><userinput>make install-libs:</userinput> This installs the shared
  13. libraries that are built.</para>
  14. </sect2>