2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of E2fsprogs</title>
|
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install E2fsprogs by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Please note that the empty --with-root-prefix= option below is supposed
|
2001-08-10 03:26:24 +01:00
|
|
|
to be like that. We did not forget to supply a value there.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/usr --with-root-prefix= \</userinput>
|
2001-07-10 16:06:31 +01:00
|
|
|
<userinput> --enable-elf-shlibs &&</userinput>
|
|
|
|
<userinput>make &&</userinput>
|
|
|
|
<userinput>make install &&</userinput>
|
|
|
|
<userinput>make install-libs &&</userinput>
|
2001-07-22 20:45:10 +01:00
|
|
|
<userinput>mv /usr/sbin/mklost+found /sbin</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|