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

git git at cross-lfs.org
Thu Aug 2 14:36:39 PDT 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  a518847c16bd5b99d6d016a482ba62a52daf6d8c (commit)
      from  58da5ce71131e0eb79a7bc3c79e00b4e2541cb07 (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 a518847c16bd5b99d6d016a482ba62a52daf6d8c
Author: William Harrington <kb0iic at gmail.com>
Date:   Thu Aug 2 16:36:28 2012 -0500

    Correct a link command in the boot method at creating essential symlinks.

diff --git a/BOOK/boot/common/createfiles.xml b/BOOK/boot/common/createfiles.xml
index 0c1c599..20ee656 100644
--- a/BOOK/boot/common/createfiles.xml
+++ b/BOOK/boot/common/createfiles.xml
@@ -21,6 +21,6 @@ ln -sv /tools/bin/file ${CLFS}/usr/bin
 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
-ln -sv /run /var/run</userinput></screen>
+ln -sv ${CLFS}/run ${CLFS}/var/run</userinput></screen>
 
 </sect1>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 13b0046..c633fa8 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "07"> <!-- Use two digits -->
-<!ENTITY month_name "July">
-<!ENTITY day "31"> <!-- Use two digits -->
+<!ENTITY month "08"> <!-- Use two digits -->
+<!ENTITY month_name "August">
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index b84d3db..8f9a3ab 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>02 August 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add ${CLFS} to the ln -s /run /var/run command for the boot method.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+    <listitem>
+
       <para>31 July 2012</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/boot/common/createfiles.xml       |    2 +-
 BOOK/general.ent                       |    6 +++---
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 3 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list