|
@@ -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; &&
|
|
|
+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
|