[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-1003-gfe422de

git git at cross-lfs.org
Wed May 14 10:48:27 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  fe422debac4ad14d107221f6b7edc09f9f287c53 (commit)
      from  57b7bd6697057806a9ee27d2d4e00a3901856462 (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 fe422debac4ad14d107221f6b7edc09f9f287c53
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 14 13:48:24 2014 -0400

    Added info about kernel options for eudev to boot section

diff --git a/BOOK/boot/x86/kernel.xml b/BOOK/boot/x86/kernel.xml
index af0dbbd..7a8556c 100644
--- a/BOOK/boot/x86/kernel.xml
+++ b/BOOK/boot/x86/kernel.xml
@@ -48,6 +48,19 @@
     href="../../bootable/x86/kernel.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
+    <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>
+
+    <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>
+
     <para os="ae">Configure the kernel via a menu-driven interface:</para>
 
 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>

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

Summary of changes:
 BOOK/boot/x86/kernel.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list