[Clfs-commits] [CLFS Embedded]Cross-LFS Embedded Book branch, master, updated. 6d396081a252bfe8c73a3737bbd51908a2442bca

git git at cross-lfs.org
Thu Sep 13 13:06:17 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 Embedded Book".

The branch, master has been updated
       via  6d396081a252bfe8c73a3737bbd51908a2442bca (commit)
      from  1a6ffe8cb221dadd47c8ecf452c6a9e2d95ec1c1 (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 6d396081a252bfe8c73a3737bbd51908a2442bca
Author: William Harrington <kb0iic at gmail.com>
Date:   Thu Sep 13 15:06:12 2012 -0500

    Fix system.map depmod command and console and null /dev/node creation.

diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
index 375f1ca..f0a576b 100644
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -114,7 +114,7 @@
     <command>depmod.pl</command> is avaiable from BusyBox, we need to create the
     module dependency list by issuing the following command:</para>
 
-<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map \
+<screen os="x"><userinput>${CLFS}/cross-tools/bin/depmod.pl -F ${CLFS}/boot/System.map-&linux-version; \
     -b ${CLFS}/lib/modules/&linux-version;</userinput></screen>
 
     <para os="y">The kernel configuration file <filename>.config</filename>
diff --git a/BOOK/cleanup/chowning.xml b/BOOK/cleanup/chowning.xml
index 9819fd1..566ba0d 100644
--- a/BOOK/cleanup/chowning.xml
+++ b/BOOK/cleanup/chowning.xml
@@ -38,7 +38,7 @@
   <para>The following device nodes need to be created for some systems to
   boot correctly:</para>
 
-<screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3
-mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen>
+<screen><userinput>mknod -m 0666 ${CLFS}-final/dev/null c 1 3
+mknod -m 0600 ${CLFS}-final/dev/console c 5 1</userinput></screen>
 
 </sect1>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index fff42e6..bfa0698 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "September">
-<!ENTITY day "02"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- 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 e7f1c7d..4676be5 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,19 @@
     </listitem>
 -->
     <listitem>
+      <para>September 13, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ljump] - Fix System.map depmod command.</para>
+        </listitem>
+        <listitem>
+          <para>[ljump] - Fix console and null /dev node creation for final
+            system.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>September 02, 2012</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/bootable/x86/kernel.xml           |    2 +-
 BOOK/cleanup/chowning.xml              |    4 ++--
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   13 +++++++++++++
 4 files changed, 17 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Embedded Book



More information about the Clfs-commits mailing list