aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 457e1c2fb..9a9de871b 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -147,6 +147,11 @@
<screen><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
+ <para>Install the documentation for the Linux kernel:</para>
+
+<screen>install -d /usr/share/doc/linux-&linux-version; &amp;&amp;
+cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen>
+
<para>It is important to note that the files in the kernel source
directory are not owned by <emphasis>root</emphasis>. Whenever a
package is unpacked as user <emphasis>root</emphasis> (like we did