aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
Diffstat (limited to 'chapter10')
-rw-r--r--chapter10/kernel.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml
index f1469f0b4..1bf8b112e 100644
--- a/chapter10/kernel.xml
+++ b/chapter10/kernel.xml
@@ -106,6 +106,7 @@
not work correctly or boot at all:</para>
<screen role="nodump" revision="sysv">General setup -->
+ [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
&lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
Device Drivers ---&gt;
Graphics support ---&gt;
@@ -117,6 +118,7 @@ Device Drivers ---&gt;
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs [CONFIG_DEVTMPFS_MOUNT]</screen>
<screen role="nodump" revision="systemd">General setup -->
+ [ ] Compile the kernel with warnings as errors [CONFIG_WERROR]
[ ] Auditing Support [CONFIG_AUDIT]
CPU/Task time and stats accounting ---&gt;
[*] Pressure stall information tracking [CONFIG_PSI]
@@ -174,6 +176,19 @@ File systems ---&gt;
<varlistentry>
<term>
<parameter>
+ Compile the kernel with warnings as errors
+ </parameter>
+ </term>
+ <listitem>
+ <para>This may cause building failure if the compiler and/or
+ configuration are different from those of the kernel
+ developers.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>
+ <parameter>
Enable kernel headers through /sys/kernel/kheaders.tar.xz
</parameter>
</term>