[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1002-g056e32f

git git at cross-lfs.org
Wed May 14 02:56:12 PDT 2014


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, sysvinit has been updated
       via  056e32f4081abd795bca2900bd965f87a0e8b410 (commit)
      from  82fc053d495bb443305423c3ea5d85aa1e50d1a4 (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 056e32f4081abd795bca2900bd965f87a0e8b410
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 14 05:55:40 2014 -0400

    More consistent indentation

diff --git a/BOOK/boot/common/eudev.xml b/BOOK/boot/common/eudev.xml
index 7945d08..e8b1e17 100644
--- a/BOOK/boot/common/eudev.xml
+++ b/BOOK/boot/common/eudev.xml
@@ -49,8 +49,8 @@
 
     <para os="r1">Create a dummy rule so that Eudev will name ethernet devices properly for the system.</para>
 
-<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" \
-> /tools/etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
+<screen os="r2"><userinput>echo "# dummy, so that network is once again on eth*" > \
+    /tools/etc/udev/rules.d/80-net-name-slot.rules</userinput></screen>
 
  </sect2>
 
diff --git a/BOOK/boot/x86/kernel.xml b/BOOK/boot/x86/kernel.xml
index c8328f0..af0dbbd 100644
--- a/BOOK/boot/x86/kernel.xml
+++ b/BOOK/boot/x86/kernel.xml
@@ -86,7 +86,7 @@
     xpointer="xpointer(//*[@os='s2'])"/>
 
 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \
-   INSTALL_MOD_PATH=/tools firmware_install</userinput></screen>
+    INSTALL_MOD_PATH=/tools firmware_install</userinput></screen>
 
     <para os="u">After kernel compilation is complete, additional steps are
     required to complete the installation. Some files need to be copied to

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

Summary of changes:
 BOOK/boot/common/eudev.xml |    4 ++--
 BOOK/boot/x86/kernel.xml   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list