[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. fcbd1c684854ddf1b6e9ad9072c4906fec5d6356

git git at cross-lfs.org
Mon Feb 6 10:57:00 PST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  fcbd1c684854ddf1b6e9ad9072c4906fec5d6356 (commit)
      from  0f55481825c307a246858e118b712432302e3735 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fcbd1c684854ddf1b6e9ad9072c4906fec5d6356
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Mon Feb 6 18:56:53 2012 +0000

    Fixed e2fsprogs in PPC64 boot section

diff --git a/BOOK/boot/ppc64/e2fsprogs.xml b/BOOK/boot/ppc64/e2fsprogs.xml
index 593500d..51068b1 100644
--- a/BOOK/boot/ppc64/e2fsprogs.xml
+++ b/BOOK/boot/ppc64/e2fsprogs.xml
@@ -67,17 +67,14 @@ echo "ac_cv_sizeof_short=2" >> config.cache</userinput></screen>-->
     href="../64/e2fsprogs.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../64/e2fsprogs.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
+<screen os="g"><userinput>make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" \
+    LIBBLKID="-lblkid" STATIC_LIBBLKID="-lblkid" libs
+make LIBUUID="-luuid" STATIC_LIBUUID="-luuid" LIBBLKID="-lblkid" \
+    STATIC_LIBBLKID="-lblkid" LDFLAGS="-Wl,-rpath,/tools/lib64" -C e2fsck/</userinput></screen>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/e2fsprogs.xml"
-    xpointer="xpointer(//*[@os='i'])"/>
+    <para os="i">Install the e2fsck binary:</para>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/e2fsprogs.xml"
-    xpointer="xpointer(//*[@os='j'])"/>
+<screen os="j"><userinput>make install -C e2fsck</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/e2fsprogs.xml"
diff --git a/BOOK/final-system/common/e2fsprogs.xml b/BOOK/final-system/common/e2fsprogs.xml
index a6abb80..1390f1f 100644
--- a/BOOK/final-system/common/e2fsprogs.xml
+++ b/BOOK/final-system/common/e2fsprogs.xml
@@ -185,8 +185,9 @@ cd build</userinput></screen>
         <term><command>e2fsck</command></term>
         <listitem>
           <para>Is used to check, and optionally repair <systemitem
-          class="filesystem">ext2</systemitem> file systems and <systemitem
-          class="filesystem">ext3</systemitem> file systems</para>
+          class="filesystem">ext2</systemitem>, <systemitem
+          class="filesystem">ext3</systemitem> and <systemitem 
+          class="filesystem">ext4</systemitem>file systems</para>
           <indexterm zone="ch-system-e2fsprogs e2fsck">
             <primary sortas="b-e2fsck">e2fsck</primary>
           </indexterm>
@@ -327,9 +328,9 @@ cd build</userinput></screen>
       <varlistentry id="mke2fs">
         <term><command>mke2fs</command></term>
         <listitem>
-          <para>Creates an <systemitem class="filesystem">ext2</systemitem>
-          or <systemitem class="filesystem">ext3</systemitem> file system on
-          the given device</para>
+          <para>Creates an <systemitem class="filesystem">ext2</systemitem>,
+          <systemitem class="filesystem">ext3</systemitem> or <systemitem 
+          class="filesystem">ext4</systemitem> file system on the given device</para>
           <indexterm zone="ch-system-e2fsprogs mke2fs">
             <primary sortas="b-mke2fs">mke2fs</primary>
           </indexterm>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index c21f8bb..fe49a65 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "02"> <!-- Use two digits -->
 <!ENTITY month_name "Febuary">
-<!ENTITY day "05"> <!-- Use two digits -->
+<!ENTITY day "06"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/ppc64/changelog.xml b/BOOK/introduction/ppc64/changelog.xml
index ccd8dea..7fc844c 100644
--- a/BOOK/introduction/ppc64/changelog.xml
+++ b/BOOK/introduction/ppc64/changelog.xml
@@ -34,6 +34,15 @@
 -->
 
     <listitem>
+      <para>Febuary 6, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Fixed e2fsprogs 64bit in the boot section.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>Febuary 5, 2012</para>
       <itemizedlist>
         <listitem>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/boot/ppc64/e2fsprogs.xml          |   15 ++++++---------
 BOOK/final-system/common/e2fsprogs.xml |   11 ++++++-----
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/ppc64/changelog.xml  |    9 +++++++++
 4 files changed, 22 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list