Changeset fe5e5a6
- Timestamp:
- Jul 24, 2014, 12:17:32 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 92d912f
- Parents:
- 82bd9af
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/x86/kernel.xml
r82bd9af rfe5e5a6 66 66 <screen role="nodump">Device Drivers ---> 67 67 Generic Driver Options ---> 68 () path to uevent helper 69 [*] Maintain a devtmpfs filesystem to mount at /dev 70 [ ] Fallback user-helper invocation for firmware loading </screen></note>68 () path to uevent helper (CONFIG_UEVENT_HELPER_PATH) 69 [*] Maintain a devtmpfs filesystem to mount at /dev (CONFIG_DEVTMPFS) 70 [ ] Fallback user-helper invocation for firmware loading (CONFIG_FW_LOADER_USER_HELPER)</screen></note> 71 71 72 72 <para os="ae">Configure the kernel via a menu-driven interface:</para> -
BOOK/bootable/x86/kernel.xml
r82bd9af rfe5e5a6 50 50 51 51 <screen role="nodump">General setup ---> 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) 55 55 Processor type and features ---> 56 [*] Enable seccomp to safely compute untrusted bytecode 56 [*] Enable seccomp to safely compute untrusted bytecode (CONFIG_SECCOMP) 57 57 Networking support ---> 58 58 Networking options ---> 59 <*> The IPv6 protocol 59 <*> The IPv6 protocol (CONFIG_IPV6) 60 60 Device Drivers ---> 61 61 Generic Driver Options ---> 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) 65 65 File systems ---> 66 [*] Inotify support for userspace 67 <*> Kernel automounter version 4 support (also supports v3) 66 [*] Inotify support for userspace (CONFIG_FSNOTIFY) 67 <*> Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS) 68 68 Pseudo filesystems ---> 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) 71 71 Firmware Drivers ---> 72 72 EFI (Extensible Firmware Interface) Support ---> 73 <*> EFI Variable Support via sysfs 74 -*- Enable the block layer ---> 73 <*> EFI Variable Support via sysfs (CONFIG_EFI_VARS) 74 -*- Enable the block layer ---> (CONFIG_BLOCK) 75 75 Partition Types ---> 76 [*] Advanced partition selection 77 [*] EFI GUID Partition support 76 [*] Advanced partition selection (CONFIG_PARTITION_ADVANCED) 77 [*] EFI GUID Partition support (CONFIG_EFI_PARTITION) 78 78 Kernel Hacking ---> 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> 81 81 82 82 <note os="kd"><para>While "The IPv6 Protocol" is not strictly required, it -
BOOK/introduction/common/changelog.xml
r82bd9af rfe5e5a6 38 38 39 39 <listitem> 40 <para>24 July 2014</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added config flag descriptions to kernel config 44 pages. Thanks to Hazel Russman for the idea.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>21 July 2014</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.