[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-566-g573ee7a

git git at cross-lfs.org
Mon Mar 17 09:51:51 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  573ee7ae199a090db3f1720b70df49f70a8c97c5 (commit)
      from  340191a0e053ab6ec80ea1038836d1dc28f11a89 (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 573ee7ae199a090db3f1720b70df49f70a8c97c5
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Mar 17 11:51:45 2014 -0500

    Update kernel configure option note.

diff --git a/BOOK/bootable/alpha/kernel.xml b/BOOK/bootable/alpha/kernel.xml
index 7b168cd..386261b 100644
--- a/BOOK/bootable/alpha/kernel.xml
+++ b/BOOK/bootable/alpha/kernel.xml
@@ -48,6 +48,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
+    xpointer="xpointer(//*[@os='kd'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/bootable/mips/kernel.xml b/BOOK/bootable/mips/kernel.xml
index 4a1ae42..fba9740 100644
--- a/BOOK/bootable/mips/kernel.xml
+++ b/BOOK/bootable/mips/kernel.xml
@@ -43,6 +43,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
+    xpointer="xpointer(//*[@os='kd'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/bootable/ppc/kernel.xml b/BOOK/bootable/ppc/kernel.xml
index fa90744..400d013 100644
--- a/BOOK/bootable/ppc/kernel.xml
+++ b/BOOK/bootable/ppc/kernel.xml
@@ -43,6 +43,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
+    xpointer="xpointer(//*[@os='kd'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/bootable/ppc64/kernel.xml b/BOOK/bootable/ppc64/kernel.xml
index f368748..f5f98a5 100644
--- a/BOOK/bootable/ppc64/kernel.xml
+++ b/BOOK/bootable/ppc64/kernel.xml
@@ -43,6 +43,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
+    xpointer="xpointer(//*[@os='kd'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/bootable/sparc/kernel.xml b/BOOK/bootable/sparc/kernel.xml
index f368748..f5f98a5 100644
--- a/BOOK/bootable/sparc/kernel.xml
+++ b/BOOK/bootable/sparc/kernel.xml
@@ -43,6 +43,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
+    xpointer="xpointer(//*[@os='kd'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
index db943f2..bdf4987 100644
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -36,15 +36,16 @@
     kernel compilation. Do not rely on the source tree being clean after
     un-tarring.</para>
 
-    <note os="kc"><para>A good starting place for setting up the kernel configuration
-    is to run <command>make defconfig</command>. This will set the base
-    configuration to a good state that takes your current system architecture
-    into account.</para>
+    <note os="kc"><para>A good starting place for setting up the kernel
+    configuration is to run <command>make defconfig</command>. This will set the    base configuration to a good state that takes your current system
+    architecture into account.</para>
 
-    <para>Be sure to enable or disable following features or the system might not
-    work correctly or boot at all:</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>
 
     <screen role="nodump">General setup  --->
+  [*] open by fhandle syscalls
   [*] Control Group support
 Processor type and features  --->
   [*] Enable seccomp to safely compute untrusted bytecode
@@ -63,14 +64,12 @@ File systems  --->
     [*] Tmpfs POSIX Access Control Lists
     [*] Tmpfs extended attributes</screen></note>
 
-    <note><para>While "The IPv6 Protocol" is not strictly required, it is
-    highly recommended by the Systemd developers.</para></note>
+    <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
+    is highly recommended by the Systemd developers.</para></note>
 
     <para os="h">Configure the kernel via a menu-driven interface.
-    Please note that the udev bootscript requires "rtc", "tmpfs" and "devtmpfs" to be
-    enabled and built into the kernel, not as modules. CBLFS has
-    some information regarding particular kernel configuration requirements of
-    packages outside of CLFS at <ulink
+    CBLFS has some information regarding particular kernel configuration
+    requirements of packages outside of CLFS at <ulink
     url="&cblfs-root;"/>:</para>
 
 <screen os="i"><userinput>make menuconfig</userinput></screen>
diff --git a/BOOK/bootable/x86_64/kernel.xml b/BOOK/bootable/x86_64/kernel.xml
index f0c7882..2ccc078 100644
--- a/BOOK/bootable/x86_64/kernel.xml
+++ b/BOOK/bootable/x86_64/kernel.xml
@@ -43,6 +43,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
+    xpointer="xpointer(//*[@os='kd'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/bootable/alpha/kernel.xml  |    4 ++++
 BOOK/bootable/mips/kernel.xml   |    4 ++++
 BOOK/bootable/ppc/kernel.xml    |    4 ++++
 BOOK/bootable/ppc64/kernel.xml  |    4 ++++
 BOOK/bootable/sparc/kernel.xml  |    4 ++++
 BOOK/bootable/x86/kernel.xml    |   23 +++++++++++------------
 BOOK/bootable/x86_64/kernel.xml |    4 ++++
 7 files changed, 35 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list