diff options
Diffstat (limited to 'chapter06/e2fsprogs-inst.xml')
-rw-r--r-- | chapter06/e2fsprogs-inst.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index 557af685e..bf5e3a154 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -14,10 +14,9 @@ cd ../e2fsprogs-build</userinput></screen></para> <para><screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \ --enable-elf-shlibs</userinput></screen></para> -<para>The meaning of the configure options are:</para> +<para>The meaning of the configure options:</para> <itemizedlist> - <listitem><para><userinput>--with-root-prefix=""</userinput>: Certain programs (such as the e2fsck program) are considered essential programs. When, for example, <filename class="directory">/usr</filename> isn't @@ -31,7 +30,6 @@ want.</para></listitem> <listitem><para><userinput>--enable-elf-shlibs</userinput>: This creates the shared libraries which some programs in this package make use of.</para></listitem> - </itemizedlist> <para>Compile the package:</para> |