Ignore:
Timestamp:
06/29/2014 04:51:08 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
0436f39
Parents:
fb8ec1a
Message:

Merge chapter08 changes from trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10607 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kernel.xml

    rfb8ec1a r0f00b7b  
    7575
    7676    <screen role="nodump">General setup  ---&gt;
    77   [*] open by fhandle syscalls
    78   [*] Control Group support
     77  [*] open by fhandle syscalls [CONFIG_FHANDLE]
     78  [ ] Auditing support [CONFIG_AUDIT]
     79  [*] Control Group support [CONFIG_CGROUPS]
    7980Processor type and features  ---&gt;
    80   [*] Enable seccomp to safely compute untrusted bytecode
     81  [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
    8182Networking support  ---&gt;
    8283  Networking options  ---&gt;
    83     &lt;*&gt; The IPv6 protocol
     84    &lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
    8485Device Drivers  ---&gt;
    8586  Generic Driver Options  ---&gt;
    86     ()  path to uevent helper
    87     [*] Maintain a devtmpfs filesystem to mount at /dev
    88     [ ] Fallback user-helper invocation for firmware loading
     87    ()  path to uevent helper [CONFIG_UEVENT_HELPER_PATH]
     88    [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
     89    [ ] Fallback user-helper invocation for firmware loading [CONFIG_FW_LOADER_USER_HELPER]
     90Firmware Drivers  ---&gt;
     91    [*] Export DMI identification via sysfs to userspace [CONFIG_DMIID]
    8992File systems  ---&gt;
    90   [*] Inotify support for userspace
    91   &lt;*&gt; Kernel automounter version 4 support (also supports v3)
     93  [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
     94  &lt;*&gt; Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS]
    9295  Pseudo filesystems  ---&gt;
    93     [*] Tmpfs POSIX Access Control Lists
    94     [*] Tmpfs extended attributes</screen></note>
     96    [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
     97    [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen></note>
    9598
    9699    <note><para>While "The IPv6 Protocol" is not strictly required, it is
    97100    highly recommended by the systemd developers.</para></note>
     101
     102    <variablelist>
     103      <title>The rationale for the above configuration items:</title>
     104
     105      <varlistentry>
     106        <term><parameter>path to uevent helper</parameter></term>
     107        <listitem>
     108          <para>Having an entry in this space will interfere with device
     109          management when using udev/eudev. </para>
     110        </listitem>
     111      </varlistentry>
     112
     113      <varlistentry>
     114        <term><parameter>Maintain a devtmpfs</parameter></term>
     115        <listitem>
     116          <para>This will create automated device nodes which are populated by the
     117          kernel, even without udev running.  Udev then runs on top of this,
     118          managing permissions and adding symlinks.  This configuration
     119          item is required for all users of Udev/Eudev.</para>
     120        </listitem>
     121      </varlistentry>
     122
     123    </variablelist>
    98124
    99125<screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.