diff options
Diffstat (limited to 'chapter10/kernel/systemd.xml')
-rw-r--r-- | chapter10/kernel/systemd.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter10/kernel/systemd.xml b/chapter10/kernel/systemd.xml index 6705fdd35..9357a9b8c 100644 --- a/chapter10/kernel/systemd.xml +++ b/chapter10/kernel/systemd.xml @@ -15,9 +15,9 @@ [*] 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'>K</emphasis>ernel type and options ---> + [*] <emphasis role='blue'>R</emphasis>elocatable kernel [RELOCATABLE] + [*] <emphasis role='blue'>R</emphasis>andomize the address of the kernel (KASLR) [RANDOMIZE_BASE] <emphasis role='blue'>G</emphasis>eneral architecture-dependent options ---> [*] <emphasis role='blue'>S</emphasis>tack Protector buffer overflow detection [STACKPROTECTOR] @@ -40,6 +40,8 @@ ... [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'>E</emphasis>FI (Extensible Firmware Interface) Support ---> + [*] <emphasis role='blue'>E</emphasis>nable the generic EFI decompressor [EFI_ZBOOT] <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] |