[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-1001-ga988b8e

git git at cross-lfs.org
Wed May 14 02:56:21 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, systemd has been updated
       via  a988b8ea999e20506b69f6e005e754f9a06d41d0 (commit)
      from  db713443c6ede7262fa0e1ab480d849cb50a2a7f (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 a988b8ea999e20506b69f6e005e754f9a06d41d0
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 132ffc7..07a48fa 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