aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/chapter08.xml2
-rw-r--r--chapter08/kernel.xml12
2 files changed, 9 insertions, 5 deletions
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml
index 52b0a1152..32112e37a 100644
--- a/chapter08/chapter08.xml
+++ b/chapter08/chapter08.xml
@@ -5,7 +5,7 @@
%general-entities;
]>
-<chapter id="chapter-bootable" xreflabel="Chapter 8">
+<chapter id="chapter-bootable" xreflabel="Chapter&nbsp;8">
<?dbhtml dir="chapter08"?>
<?dbhtml filename="chapter08.html"?>
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 ---&gt;
Generic Driver Options ---&gt;
[ ] 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 ---&gt;
+ Choose kernel unwinder (Frame pointer unwinder) ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
<screen role="nodump" revision="systemd">
General setup -->
@@ -105,8 +108,9 @@ File systems ---&gt;
&lt;*&gt; Kernel automounter version 4 support (also supports v3) [CONFIG_AUTOFS4_FS]
Pseudo filesystems ---&gt;
[*] Tmpfs POSIX Access Control Lists [CONFIG_TMPFS_POSIX_ACL]
- [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]</screen>
-
+ [*] Tmpfs extended attributes [CONFIG_TMPFS_XATTR]
+Kernel hacking ---&gt;
+ Choose kernel unwinder (Frame pointer unwinder) ---&gt; [CONFIG_UNWINDER_FRAME_POINTER]</screen>
</note>
<note revision="systemd">