Ver código fonte

Kernel: Restructure the General Setup and Filesystems menus on systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12059 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Douglas R. Reno 4 anos atrás
pai
commit
4b859f1f7f
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      chapter10/kernel.xml

+ 1 - 2
chapter10/kernel.xml

@@ -112,11 +112,11 @@
    [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
 
       <screen role="nodump" revision="systemd">General setup -->
+   [ ] Auditing Support [CONFIG_AUDIT]
    [*] Control Group support [CONFIG_CGROUPS]
    [ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
    [*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;         
       [*] open by fhandle syscalls [CONFIG_FHANDLE]
-   [ ] Auditing support [CONFIG_AUDIT]
 Processor type and features  ---&gt;
    [*] Enable seccomp to safely compute untrusted bytecode [CONFIG_SECCOMP]
 Firmware Drivers  ---&gt;
@@ -132,7 +132,6 @@ Device Drivers  ---&gt;
       [ ] Enable the firmware sysfs fallback mechanism [CONFIG_FW_LOADER_USER_HELPER]
 File systems  ---&gt;
    [*] Inotify support for userspace [CONFIG_INOTIFY_USER]
-   &lt;*&gt; Kernel automounter support (supports v3, v4, and v5) [CONFIG_AUTOFS_FS]
   Pseudo filesystems  ---&gt;
    [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
    [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>