[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1370-g92d912f

git git at cross-lfs.org
Thu Jul 24 00:21:47 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, master has been updated
       via  92d912f317e6929e8cf5c304286c183ab1baff03 (commit)
       via  fe5e5a69c8c69609bf850700db1075c09e630caa (commit)
      from  82bd9af26c757b80fcf0daa50b8afc98741bf918 (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 92d912f317e6929e8cf5c304286c183ab1baff03
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Jul 24 03:18:02 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 650a216..0a56d95 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "07"> <!-- Use two digits -->
 <!ENTITY month_name "July">
-<!ENTITY day "23"> <!-- Use two digits -->
+<!ENTITY day "24"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit fe5e5a69c8c69609bf850700db1075c09e630caa
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Jul 24 03:17:32 2014 -0400

    Added config flags to kernel pages

diff --git a/BOOK/boot/x86/kernel.xml b/BOOK/boot/x86/kernel.xml
index bac960a..efec649 100644
--- a/BOOK/boot/x86/kernel.xml
+++ b/BOOK/boot/x86/kernel.xml
@@ -65,9 +65,9 @@
 
     <screen role="nodump">Device Drivers  --->
   Generic Driver Options  --->
-    ()  path to uevent helper
-    [*] Maintain a devtmpfs filesystem to mount at /dev
-    [ ] Fallback user-helper invocation for firmware loading</screen></note>
+    ()  path to uevent helper (CONFIG_UEVENT_HELPER_PATH)
+    [*] Maintain a devtmpfs filesystem to mount at /dev (CONFIG_DEVTMPFS)
+    [ ] Fallback user-helper invocation for firmware loading (CONFIG_FW_LOADER_USER_HELPER)</screen></note>
 
     <para os="ae">Configure the kernel via a menu-driven interface:</para>
 
diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
index 8646a13..4861068 100644
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -49,35 +49,35 @@
     <filename>/usr/share/doc/systemd-&systemd-version;/README</filename>:</para>
 
     <screen role="nodump">General setup  --->
-  [*] open by fhandle syscalls
-  [ ] Auditing support
-  [*] Control Group support
+  [*] open by fhandle syscalls (CONFIG_FHANDLE)
+  [ ] Auditing support (CONFIG_AUDIT)
+  [*] Control Group support (CONFIG_CGROUPS)
 Processor type and features  --->
-  [*] Enable seccomp to safely compute untrusted bytecode
+  [*] Enable seccomp to safely compute untrusted bytecode (CONFIG_SECCOMP)
 Networking support  --->
   Networking options  --->
-    <*> The IPv6 protocol
+    <*> The IPv6 protocol (CONFIG_IPV6)
 Device Drivers  --->
   Generic Driver Options  --->
-    ()  path to uevent helper
-    [*] Maintain a devtmpfs filesystem to mount at /dev
-    [ ] Fallback user-helper invocation for firmware loading
+    ()  path to uevent helper (CONFIG_UEVENT_HELPER_PATH)
+    [*] Maintain a devtmpfs filesystem to mount at /dev (CONFIG_DEVTMPFS)
+    [ ] Fallback user-helper invocation for firmware loading (CONFIG_FW_LOADER_USER_HELPER)
 File systems  --->
-  [*] Inotify support for userspace
-  <*> Kernel automounter version 4 support (also supports v3)
+  [*] Inotify support for userspace (CONFIG_FSNOTIFY)
+  <*> Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS)
   Pseudo filesystems  --->
-    [*] Tmpfs POSIX Access Control Lists
-    [*] Tmpfs extended attributes
+    [*] Tmpfs POSIX Access Control Lists (CONFIG_TMPFS_POSIX_ACL)
+    [*] Tmpfs extended attributes (CONFIG_TMPFS_XATTR)
 Firmware Drivers --->
   EFI (Extensible Firmware Interface) Support --->
-    <*> EFI Variable Support via sysfs
--*- Enable the block layer --->
+    <*> EFI Variable Support via sysfs (CONFIG_EFI_VARS)
+-*- Enable the block layer ---> (CONFIG_BLOCK)
   Partition Types --->
-    [*] Advanced partition selection
-    [*]   EFI GUID Partition support
+    [*] Advanced partition selection (CONFIG_PARTITION_ADVANCED)
+    [*]   EFI GUID Partition support (CONFIG_EFI_PARTITION)
 Kernel Hacking --->
-  [*] Collect scheduler debugging info
-  [*] Collect scheduler statistics</screen></note>
+  [*] Collect scheduler debugging info (CONFIG_SCHED_DEBUG)
+  [*] Collect scheduler statistics (CONFIG_SCHEDSTATS)</screen></note>
 
     <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
     is highly recommended by the Systemd developers. "EFI Variable support" and
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 70b9232..5ece0b8 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>24 July 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Added config flag descriptions to kernel config
+          pages. Thanks to Hazel Russman for the idea.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>21 July 2014</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/boot/x86/kernel.xml               |    6 ++--
 BOOK/bootable/x86/kernel.xml           |   36 ++++++++++++++++----------------
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   10 ++++++++
 4 files changed, 32 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list