[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1035-g156c0fe

git git at cross-lfs.org
Sat May 17 02:36:28 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  156c0fe11221e1a49c60a83e4b67cb339bcb348e (commit)
       via  7aa6cc337e2f6f149bbe1e9dace705b3575c8040 (commit)
      from  4e23799b957a4b19e9f5927024510575564f20f9 (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 156c0fe11221e1a49c60a83e4b67cb339bcb348e
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 17 05:36:21 2014 -0400

    Changed kbd page to account for bootscripts instead of systemd

diff --git a/BOOK/final-system/common/kbd.xml b/BOOK/final-system/common/kbd.xml
index 2e133f6..a84da8c 100644
--- a/BOOK/final-system/common/kbd.xml
+++ b/BOOK/final-system/common/kbd.xml
@@ -42,11 +42,11 @@
 
 <screen os="h"><userinput>make install</userinput></screen>
 
-    <para os="i">Some of the programs from Kbd are used by systemd to
-    initialize the system, those binaries need to be on the root
+    <para os="i">Some of the programs from Kbd are used by the CLFS Bootscripts
+    to initialize the system, so those binaries need to be on the root
     partition:</para>
 
-<screen os="j"><userinput>mv -v /usr/bin/{loadkeys,setfont} /bin</userinput></screen>
+<screen os="j"><userinput>mv -v /usr/bin/{dumpkeys,kbd_mode,loadkeys,setfont} /bin</userinput></screen>
 
     <para os="k">Install the documentation:</para>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 1fc551a..fd3796f 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -35,6 +35,18 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>17 May 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Changed "systemd" reference on Kbd page to
+          CLFS Bootscripts, and added dumpkeys and kbd_mode to list of
+          programs moved to /bin as they're used in the bootscripts.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>14 May 2014</para>
       <itemizedlist>

commit 7aa6cc337e2f6f149bbe1e9dace705b3575c8040
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 17 05:35:59 2014 -0400

    Removed systemd references from kernel page

diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
index a6231a2..f0dbc98 100644
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -41,8 +41,7 @@
     architecture into account.</para>
 
     <para>Be sure to enable or disable following features or the system might
-    not work correctly or boot at all.<!-- Refer to
-    <filename>/usr/share/doc/systemd-&systemd-version;/README</filename> -->:</para>
+    not work correctly or boot at all:</para>
 
     <screen role="nodump">Device Drivers  --->
   Generic Driver Options  --->
@@ -52,9 +51,7 @@
 
     <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
     is highly recommended by the Systemd developers. "EFI Variable support" and
-    "EFI GUID Partition support" are for UEFI systems. "Collect scheduler
-    debugging info" and "Collect scheduler statistics" is for systemd-bootchart.
-    </para></note>
+    "EFI GUID Partition support" are for UEFI systems.</para></note>
 
     <para os="h">Configure the kernel via a menu-driven interface.
     CBLFS has some information regarding particular kernel configuration

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

Summary of changes:
 BOOK/bootable/x86/kernel.xml           |    7 ++-----
 BOOK/final-system/common/kbd.xml       |    6 +++---
 BOOK/introduction/common/changelog.xml |   12 ++++++++++++
 3 files changed, 17 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list