aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-08-13 11:01:25 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-08-13 11:01:25 +0000
commit8b0e97951feb2acd1052aaca2a565638991b280c (patch)
tree9c10b64cccc76a313319e5787f35e446ceb24ab8 /chapter10
parent2ca70d33d9b80102510eb17ddb22ee54c821fda5 (diff)
kernel: don't force frame pointer unwinder for sysv, and remove an empty line in sysd
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12019 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/kernel.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index 82042386c..de824da72 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -79,13 +79,9 @@
Device Drivers ---&gt;
Generic Driver Options ---&gt;
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
- [*] 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>
+ [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
- <screen role="nodump" revision="systemd">
-General setup -->
+ <screen role="nodump" revision="systemd">General setup -->
[*] Control Group support [CONFIG_CGROUPS]
[ ] Enable deprecated sysfs features to support old userspace tools [CONFIG_SYSFS_DEPRECATED]
[*] Configure standard kernel features (expert users) [CONFIG_EXPERT] ---&gt;