Ignore:
Timestamp:
Jul 24, 2014, 12:17:32 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
92d912f
Parents:
82bd9af
Message:

Added config flags to kernel pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    r82bd9af rfe5e5a6  
    5050
    5151    <screen role="nodump">General setup  ---&gt;
    52   [*] open by fhandle syscalls
    53   [ ] Auditing support
    54   [*] Control Group support
     52  [*] open by fhandle syscalls (CONFIG_FHANDLE)
     53  [ ] Auditing support (CONFIG_AUDIT)
     54  [*] Control Group support (CONFIG_CGROUPS)
    5555Processor type and features  ---&gt;
    56   [*] Enable seccomp to safely compute untrusted bytecode
     56  [*] Enable seccomp to safely compute untrusted bytecode (CONFIG_SECCOMP)
    5757Networking support  ---&gt;
    5858  Networking options  ---&gt;
    59     &lt;*&gt; The IPv6 protocol
     59    &lt;*&gt; The IPv6 protocol (CONFIG_IPV6)
    6060Device Drivers  ---&gt;
    6161  Generic Driver Options  ---&gt;
    62     ()  path to uevent helper
    63     [*] Maintain a devtmpfs filesystem to mount at /dev
    64     [ ] Fallback user-helper invocation for firmware loading
     62    ()  path to uevent helper (CONFIG_UEVENT_HELPER_PATH)
     63    [*] Maintain a devtmpfs filesystem to mount at /dev (CONFIG_DEVTMPFS)
     64    [ ] Fallback user-helper invocation for firmware loading (CONFIG_FW_LOADER_USER_HELPER)
    6565File systems  ---&gt;
    66   [*] Inotify support for userspace
    67   &lt;*&gt; Kernel automounter version 4 support (also supports v3)
     66  [*] Inotify support for userspace (CONFIG_FSNOTIFY)
     67  &lt;*&gt; Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS)
    6868  Pseudo filesystems  ---&gt;
    69     [*] Tmpfs POSIX Access Control Lists
    70     [*] Tmpfs extended attributes
     69    [*] Tmpfs POSIX Access Control Lists (CONFIG_TMPFS_POSIX_ACL)
     70    [*] Tmpfs extended attributes (CONFIG_TMPFS_XATTR)
    7171Firmware Drivers ---&gt;
    7272  EFI (Extensible Firmware Interface) Support ---&gt;
    73     &lt;*&gt; EFI Variable Support via sysfs
    74 -*- Enable the block layer ---&gt;
     73    &lt;*&gt; EFI Variable Support via sysfs (CONFIG_EFI_VARS)
     74-*- Enable the block layer ---&gt; (CONFIG_BLOCK)
    7575  Partition Types ---&gt;
    76     [*] Advanced partition selection
    77     [*]   EFI GUID Partition support
     76    [*] Advanced partition selection (CONFIG_PARTITION_ADVANCED)
     77    [*]   EFI GUID Partition support (CONFIG_EFI_PARTITION)
    7878Kernel Hacking ---&gt;
    79   [*] Collect scheduler debugging info
    80   [*] Collect scheduler statistics</screen></note>
     79  [*] Collect scheduler debugging info (CONFIG_SCHED_DEBUG)
     80  [*] Collect scheduler statistics (CONFIG_SCHEDSTATS)</screen></note>
    8181
    8282    <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it
Note: See TracChangeset for help on using the changeset viewer.