Changeset fcbd1c6


Ignore:
Timestamp:
Feb 6, 2012, 10:56:53 AM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c89c360
Parents:
0f554818
Message:

Fixed e2fsprogs in PPC64 boot section

Location:
BOOK
Files:
4 edited

Legend:

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

    r0f554818 rfcbd1c6  
    6868    xpointer="xpointer(//*[@os='f'])"/>
    6969
    70     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    71     href="../64/e2fsprogs.xml"
    72     xpointer="xpointer(//*[@os='g'])"/>
     70<screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
     71    LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs
     72make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \
     73    STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen>
    7374
    74     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    75     href="../common/e2fsprogs.xml"
    76     xpointer="xpointer(//*[@os='i'])"/>
     75    <para os="i">Install the e2fsck binary:</para>
    7776
    78     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    79     href="../common/e2fsprogs.xml"
    80     xpointer="xpointer(//*[@os='j'])"/>
     77<screen os="j"><userinput>make install -C e2fsck</userinput></screen>
    8178
    8279    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/common/e2fsprogs.xml

    r0f554818 rfcbd1c6  
    186186        <listitem>
    187187          <para>Is used to check, and optionally repair <systemitem
    188           class="filesystem">ext2</systemitem> file systems and <systemitem
    189           class="filesystem">ext3</systemitem> file systems</para>
     188          class="filesystem">ext2</systemitem>, <systemitem
     189          class="filesystem">ext3</systemitem> and <systemitem
     190          class="filesystem">ext4</systemitem>file systems</para>
    190191          <indexterm zone="ch-system-e2fsprogs e2fsck">
    191192            <primary sortas="b-e2fsck">e2fsck</primary>
     
    328329        <term><command>mke2fs</command></term>
    329330        <listitem>
    330           <para>Creates an <systemitem class="filesystem">ext2</systemitem>
    331           or <systemitem class="filesystem">ext3</systemitem> file system on
    332           the given device</para>
     331          <para>Creates an <systemitem class="filesystem">ext2</systemitem>,
     332          <systemitem class="filesystem">ext3</systemitem> or <systemitem
     333          class="filesystem">ext4</systemitem> file system on the given device</para>
    333334          <indexterm zone="ch-system-e2fsprogs mke2fs">
    334335            <primary sortas="b-mke2fs">mke2fs</primary>
  • BOOK/general.ent

    r0f554818 rfcbd1c6  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "Febuary">
    5 <!ENTITY day "05"> <!-- Use two digits -->
     5<!ENTITY day "06"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/ppc64/changelog.xml

    r0f554818 rfcbd1c6  
    3535
    3636    <listitem>
     37      <para>Febuary 6, 2012</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[Jonathan] - Fixed e2fsprogs 64bit in the boot section.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
    3746      <para>Febuary 5, 2012</para>
    3847      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.