Changeset 9680956


Ignore:
Timestamp:
Jun 22, 2006, 10:27:23 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
768c7e1
Parents:
20d5488
Message:

Text updates to boot/e2fsprogs instructions

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/e2fsprogs.xml

    r20d5488 r9680956  
    4949    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5050    href="../common/e2fsprogs.xml"
     51    xpointer="xpointer(//*[@os='h'])"/>
     52
     53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     54    href="../common/e2fsprogs.xml"
    5155    xpointer="xpointer(//*[@os='i'])"/>
    5256
  • BOOK/boot/common/e2fsprogs.xml

    r20d5488 r9680956  
    6060    xpointer="xpointer(//*[@os='g'])"/>
    6161
    62     <para os="i">The installation for e2fsprogs hard-codes a path to the
    63     <emphasis>mke2fs.conf</emphasis> file, causing the installation to fail
    64     unless the DESTDIR parameter is used.  Install the binaries and
    65     documentation with the following command:</para>
     62    <para os="h">Install the binaries and documentation:</para>
    6663
    67 <screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     64<screen os="i"><userinput>make DESTDIR=${LFS} install</userinput></screen>
     65
     66    <variablelist os="j">
     67      <title>The meaning of the make option:</title>
     68
     69      <varlistentry>
     70        <term><parameter>SHLIB_XLDFLAGS=-lncurses</parameter></term>
     71        <listitem>
     72          <para>The Makefile for e2fsprogs hard-codes a path to the
     73          <filename>mke2fs.conf</filename> file, causing the installation to
     74          fail unless the DESTDIR parameter is used.</para>
     75        </listitem>
     76      </varlistentry>
     77    </variablelist>
    6878
    6979    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/e2fsprogs.xml

    r20d5488 r9680956  
    5858    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    5959    href="../common/e2fsprogs.xml"
     60    xpointer="xpointer(//*[@os='h'])"/>
     61
     62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     63    href="../common/e2fsprogs.xml"
    6064    xpointer="xpointer(//*[@os='i'])"/>
    6165
  • BOOK/boot/ppc64/e2fsprogs.xml

    r20d5488 r9680956  
    6868    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6969    href="../common/e2fsprogs.xml"
     70    xpointer="xpointer(//*[@os='h'])"/>
     71
     72    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     73    href="../common/e2fsprogs.xml"
    7074    xpointer="xpointer(//*[@os='i'])"/>
    7175
  • BOOK/general.ent

    r20d5488 r9680956  
    55<!ENTITY extra-version "1">
    66
    7 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060622">
     7<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060623">
    88
    99<!ENTITY version-x86 "&version;-x86">
     
    2121<!ENTITY version-alpha "&version;-ALPHA">
    2222
    23 <!ENTITY releasedate "June 22, 2006">
     23<!ENTITY releasedate "June 23, 2006">
    2424<!ENTITY milestone "0.1">
    2525<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/partitioning/common/creatingfilesystem.xml

    r20d5488 r9680956  
    1616  journaling file systems are becoming increasingly popular. We will create
    1717  an <systemitem class="filesystem">ext2</systemitem> file system.
    18   Build instructions for other file systems can be found at
     18  Instructions for other file systems can be found at
    1919  <ulink url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para>
    2020
Note: See TracChangeset for help on using the changeset viewer.