aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernel-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/kernel-inst.xml')
-rw-r--r--chapter06/kernel-inst.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml
index 2324ad707..ff09e3aa7 100644
--- a/chapter06/kernel-inst.xml
+++ b/chapter06/kernel-inst.xml
@@ -1,5 +1,5 @@
<sect2>
-<title>Installation of the kernel headers and man pages</title>
+<title>Installation of the kernel headers</title>
<para>We won't be compiling a new kernel yet -- we'll do that when we have
finished the installation of all the packages. But as some packages need the
@@ -20,19 +20,17 @@ access to the kernel source.</para>
0.0</userinput> on the linux-&kernel-version; directory to ensure all files
are owned by user <emphasis>root</emphasis>.</para>
-<para>The kernel headers and man pages are installed by running the following
+<para>The kernel headers are installed by running the following
commands:</para>
<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd &amp;&amp;
make mrproper &amp;&amp;
make include/linux/version.h &amp;&amp;
make symlinks &amp;&amp;
-make mandocs &amp;&amp;
cp -HR include/asm /usr/include &amp;&amp;
cp -R include/asm-generic /usr/include &amp;&amp;
cp -R include/linux /usr/include &amp;&amp;
touch /usr/include/linux/autoconf.h &amp;&amp;
-cp -a Documentation/man /usr/share/man/man9 &amp;&amp;
rm /bin/pwd</userinput></screen></para>
</sect2>