diff options
Diffstat (limited to 'chapter10/kernel/systemd.xml')
-rw-r--r-- | chapter10/kernel/systemd.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/chapter10/kernel/systemd.xml b/chapter10/kernel/systemd.xml new file mode 100644 index 000000000..6705fdd35 --- /dev/null +++ b/chapter10/kernel/systemd.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> +<!-- Automatically generated by kernel-config.py + DO NOT EDIT! --> +<screen role="nodump" revision="systemd"><emphasis role='blue'>G</emphasis>eneral setup ---> + [ ] <emphasis role='blue'>C</emphasis>ompile the kernel with warnings as errors [WERROR] + [ ] <emphasis role='blue'>A</emphasis>uditing support [AUDIT] + <emphasis role='blue'>C</emphasis>PU/Task time and stats accounting ---> + [*] <emphasis role='blue'>P</emphasis>ressure stall information tracking [PSI] + [ ] <emphasis role='blue'>R</emphasis>equire boot parameter to enable pressure stall information tracking + ... [PSI_DEFAULT_DISABLED] + < > <emphasis role='blue'>E</emphasis>nable kernel headers through /sys/kernel/kheaders.tar.xz [IKHEADERS] + [*] <emphasis role='blue'>C</emphasis>ontrol Group support ---> [CGROUPS] + [*] M<emphasis role='blue'>e</emphasis>mory controller [MEMCG] + [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---> [EXPERT] + +<emphasis role='blue'>P</emphasis>rocessor type and features ---> + [*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel [RELOCATABLE] + [*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR) [RANDOMIZE_BASE] + +<emphasis role='blue'>G</emphasis>eneral architecture-dependent options ---> + [*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR] + [*] <emphasis role='blue'>S</emphasis>trong Stack Protector [STACKPROTECTOR_STRONG] + +[*] N<emphasis role='blue'>e</emphasis>tworking support ---> [NET] + N<emphasis role='blue'>e</emphasis>tworking options ---> + [*] <emphasis role='blue'>T</emphasis>CP/IP networking [INET] + <*> <emphasis role='blue'>T</emphasis>he IPv6 protocol ---> [IPV6] + +<emphasis role='blue'>D</emphasis>evice Drivers ---> + <emphasis role='blue'>G</emphasis>eneric Driver Options ---> + [ ] <emphasis role='blue'>S</emphasis>upport for uevent helper [UEVENT_HELPER] + [*] M<emphasis role='blue'>a</emphasis>intain a devtmpfs filesystem to mount at /dev [DEVTMPFS] + [*] <emphasis role='blue'>A</emphasis>utomount devtmpfs at /dev, after the kernel mounted the rootfs + ... [DEVTMPFS_MOUNT] + <emphasis role='blue'>F</emphasis>irmware loader ---> + < /*> <emphasis role='blue'>F</emphasis>irmware loading facility [FW_LOADER] + [ ] <emphasis role='blue'>E</emphasis>nable the firmware sysfs fallback mechanism + ... [FW_LOADER_USER_HELPER] + <emphasis role='blue'>F</emphasis>irmware Drivers ---> + [*] <emphasis role='blue'>E</emphasis>xport DMI identification via sysfs to userspace [DMIID] + <emphasis role='blue'>G</emphasis>raphics support ---> + <emphasis role='blue'>F</emphasis>rame buffer Devices ---> + <*> <emphasis role='blue'>S</emphasis>upport for frame buffer devices ---> [FB] + <emphasis role='blue'>C</emphasis>onsole display driver support ---> + [*] <emphasis role='blue'>F</emphasis>ramebuffer Console support [FRAMEBUFFER_CONSOLE] + +<emphasis role='blue'>F</emphasis>ile systems ---> + [*] <emphasis role='blue'>I</emphasis>notify support for userspace [INOTIFY_USER] + <emphasis role='blue'>P</emphasis>seudo filesystems ---> + [*] <emphasis role='blue'>T</emphasis>mpfs virtual memory file system support (former shm fs) [TMPFS] + [*] <emphasis role='blue'>T</emphasis>mpfs POSIX Access Control Lists [TMPFS_POSIX_ACL]</screen> |