diff options
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r-- | chapter06/e2fsprogs.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4ca8f4b50..56828e140 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -23,16 +23,10 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, Texinfo.</para> <sect2> <title>Installation of E2fsprogs</title> -<para>It is recommended to build E2fsprogs outside of the -source tree:</para> - -<screen><userinput>mkdir ../e2fsprogs-build -cd ../e2fsprogs-build</userinput></screen> - <para>Prepare E2fsprogs for compilation:</para> -<screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs</userinput></screen> +<screen><userinput>./configure --prefix=/usr --with-root-prefix="" \ + --enable-elf-shlibs --disable-evms</userinput></screen> <para>The meaning of the configure options:</para> @@ -55,11 +49,8 @@ the shared libraries which some programs in this package use.</para></listitem> <screen><userinput>make</userinput></screen> -<para>If you to test the results, first make sure an mtab file -exists with <userinput>touch /etc/mtab</userinput> to prevent some sixty tests -from failing, and (if it doesn't already exist) fake the presence of an old -pager with <userinput>ln -s /tools/bin/cat /bin/more</userinput> to prevent one -test from failing, then issue: <userinput>make check</userinput>.</para> +<para>To test the results, issue: +<userinput>make check</userinput>.</para> <para>Install most of the package:</para> |