Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/e2fsprogs.xml

    r82fedc4 re0e40d3  
    4545    <para os="c">Prepare E2fsprogs for compilation:</para>
    4646
    47 <screen><userinput>../configure --prefix=/usr --with-root-prefix="" \
     47<screen os="d"><userinput>../configure --prefix=/usr --with-root-prefix="" \
    4848    --enable-elf-shlibs --disable-evms</userinput></screen>
    4949
    50     <variablelist os="d">
     50    <variablelist os="e">
    5151      <title>The meaning of the configure options:</title>
    5252
    53       <varlistentry>
     53      <varlistentry os="e1">
    5454        <term><parameter>--with-root-prefix=""</parameter></term>
    5555        <listitem>
     
    6565      </varlistentry>
    6666
    67       <varlistentry os="l">
     67      <varlistentry os="e2">
    6868        <term><parameter>--enable-elf-shlibs</parameter></term>
    6969        <listitem>
     
    7373      </varlistentry>
    7474
    75       <varlistentry os="m">
     75      <varlistentry os="e3">
    7676        <term><parameter>--disable-evms</parameter></term>
    7777        <listitem>
     
    8484        </listitem>
    8585      </varlistentry>
     86
    8687    </variablelist>
    8788
    88     <para os="e">Compile the package:</para>
    89 
    90 <screen os="f"><userinput>make</userinput></screen>
    91 
    92     <para os="g">To test the results, issue:
     89    <para os="f">Compile the package:</para>
     90
     91<screen os="g"><userinput>make</userinput></screen>
     92
     93    <para os="h">To test the results, issue:
    9394    <userinput>make check</userinput>.</para>
    9495
    95     <para os="h">Install the binaries and documentation:</para>
    96 
    97 <screen os="i"><userinput>make install</userinput></screen>
    98 
    99     <para os="j">Install the shared libraries:</para>
    100 
    101 <screen os="k"><userinput>make install-libs</userinput></screen>
     96    <para os="i">Install the binaries and documentation:</para>
     97
     98<screen os="j"><userinput>make install</userinput></screen>
     99
     100    <para os="k">Install the shared libraries:</para>
     101
     102<screen os="l"><userinput>make install-libs</userinput></screen>
    102103
    103104  </sect2>
Note: See TracChangeset for help on using the changeset viewer.