diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 5891511d2..89cc8dd76 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -72,14 +72,17 @@ configuration to a good state that takes your current system architecture into account.</para> - <para>Be sure to enable or disable the following features or the system might + <para>Be sure to enable/disable/set the following features or the system might not work correctly or boot at all:</para> <screen role="nodump" revision="sysv"> Device Drivers ---> Generic Driver Options ---> [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] - [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen> + [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] + +Kernel hacking ---> + Choose kernel unwinder (Frame pointer unwinder) ---> [CONFIG_UNWINDER_FRAME_POINTER]</screen> <screen role="nodump" revision="systemd"> General setup --> @@ -105,8 +108,9 @@ File systems ---> <*> Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS] Pseudo filesystems ---> [*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL] - [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen> - + [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR] +Kernel hacking ---> + Choose kernel unwinder (Frame pointer unwinder) ---> [CONFIG_UNWINDER_FRAME_POINTER]</screen> </note> <note revision="systemd"> |