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

git git at cross-lfs.org
Sun Feb 5 16:07:15 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  fa0b19cac6ad168d264906e768f3df2f2c263597 (commit)
       via  a3822e8b5f8f165ffaa5d4631a513dd906c3dce1 (commit)
      from  b13a3b7c3cc2114d30f7b783908d27a2683de8bb (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 fa0b19cac6ad168d264906e768f3df2f2c263597
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Mon Feb 6 00:07:06 2012 +0000

    Added Util-Linux 32bit to PPC64

diff --git a/BOOK/boot/ppc64-chapter.xml b/BOOK/boot/ppc64-chapter.xml
index 49cbf42..21e5bc4 100644
--- a/BOOK/boot/ppc64-chapter.xml
+++ b/BOOK/boot/ppc64-chapter.xml
@@ -14,6 +14,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/creatingdirs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/createfiles.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/util-linux-32.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/util-linux.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs-libs.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/e2fsprogs.xml"/>
diff --git a/BOOK/boot/ppc64/util-linux-32.xml b/BOOK/boot/ppc64/util-linux-32.xml
new file mode 100644
index 0000000..760da49
--- /dev/null
+++ b/BOOK/boot/ppc64/util-linux-32.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-boot-util-linux-32" role="wrap">
+  <?dbhtml filename="util-linux-32.html"?>
+
+  <title>Util-linux-&util-linux-version; 32bit</title>
+
+  <indexterm zone="ch-boot-util-linux-32">
+    <primary sortas="a-Util-linux">Util-linux 32bit</primary>
+    <secondary>boot</secondary>
+  </indexterm>
+
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+  href="../../final-system/common/util-linux.xml"
+  xpointer="xpointer(//*[@role='package'])"/>
+
+  <sect2 role="installation">
+    <title>Installation of Util-linux 32 bit</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='a'])"/>
+
+<screen os="be"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
+  ./configure \
+    --prefix=/tools --exec-prefix=/tools \
+    --build=${CLFS_HOST} --host=${CLFS_TARGET32} \
+    --enable-login-utils --without-ncurses \
+    --disable-makeinstall-chown</userinput></screen>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='h'])"/>
+
+  </sect2>
+
+  <sect2 role="content">
+    <title/>
+
+    <para>Details on this package are located in <xref
+    linkend="contents-util-linux" role="."/></para>
+
+  </sect2>
+
+</sect1>
diff --git a/BOOK/introduction/ppc64/changelog.xml b/BOOK/introduction/ppc64/changelog.xml
index c9b7a2e..ccd8dea 100644
--- a/BOOK/introduction/ppc64/changelog.xml
+++ b/BOOK/introduction/ppc64/changelog.xml
@@ -39,6 +39,9 @@
         <listitem>
           <para>[Jonathan] - Added build flags to the boot section.</para>
         </listitem>
+        <listitem>
+          <para>[Jonathan] - Added Util-Linux 32bit to boot method.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit a3822e8b5f8f165ffaa5d4631a513dd906c3dce1
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Mon Feb 6 00:02:58 2012 +0000

    Added missing agetty and blkid links to boot method

diff --git a/BOOK/boot/64/createfiles.xml b/BOOK/boot/64/createfiles.xml
index 8fbf5cd..534751f 100644
--- a/BOOK/boot/64/createfiles.xml
+++ b/BOOK/boot/64/createfiles.xml
@@ -19,6 +19,7 @@
 
 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
+ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
 ln -sv bash ${CLFS}/bin/sh</userinput></screen>
diff --git a/BOOK/boot/mips64/createfiles.xml b/BOOK/boot/mips64/createfiles.xml
index 0e7b0ab..a2cd42c 100644
--- a/BOOK/boot/mips64/createfiles.xml
+++ b/BOOK/boot/mips64/createfiles.xml
@@ -16,6 +16,7 @@
 
 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
+ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
 ln -sv /tools/lib32/libgcc_s.so{,.1} ${CLFS}/usr/lib32
 ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64
diff --git a/BOOK/boot/multilib/createfiles.xml b/BOOK/boot/multilib/createfiles.xml
index 5828e24..a150a61 100644
--- a/BOOK/boot/multilib/createfiles.xml
+++ b/BOOK/boot/multilib/createfiles.xml
@@ -16,6 +16,7 @@
 
 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
+ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
 ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64
 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 576fe14..e845573 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -42,6 +42,9 @@
       <listitem>
         <para>[Jonathan] - Added rdisc to IPutils make command.</para>
       </listitem>
+      <listitem>
+        <para>[Jonathan] - Added missing agetty and blkid links in the boot method.</para>
+      </listitem>
     </itemizedlist>
   </listitem>
 

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

Summary of changes:
 BOOK/boot/64/createfiles.xml                       |    1 +
 BOOK/boot/mips64/createfiles.xml                   |    1 +
 BOOK/boot/multilib/createfiles.xml                 |    1 +
 BOOK/boot/ppc64-chapter.xml                        |    1 +
 .../util-linux.xml => ppc64/util-linux-32.xml}     |   18 +++++++++---------
 BOOK/introduction/common/changelog.xml             |    3 +++
 BOOK/introduction/ppc64/changelog.xml              |    3 +++
 7 files changed, 19 insertions(+), 9 deletions(-)
 copy BOOK/boot/{multilib/util-linux.xml => ppc64/util-linux-32.xml} (75%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list