|
@@ -1,5 +1,5 @@
|
|
<sect2>
|
|
<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
|
|
<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
|
|
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
|
|
0.0</userinput> on the linux-&kernel-version; directory to ensure all files
|
|
are owned by user <emphasis>root</emphasis>.</para>
|
|
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>
|
|
commands:</para>
|
|
|
|
|
|
<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd &&
|
|
<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd &&
|
|
make mrproper &&
|
|
make mrproper &&
|
|
make include/linux/version.h &&
|
|
make include/linux/version.h &&
|
|
make symlinks &&
|
|
make symlinks &&
|
|
-make mandocs &&
|
|
|
|
cp -HR include/asm /usr/include &&
|
|
cp -HR include/asm /usr/include &&
|
|
cp -R include/asm-generic /usr/include &&
|
|
cp -R include/asm-generic /usr/include &&
|
|
cp -R include/linux /usr/include &&
|
|
cp -R include/linux /usr/include &&
|
|
touch /usr/include/linux/autoconf.h &&
|
|
touch /usr/include/linux/autoconf.h &&
|
|
-cp -a Documentation/man /usr/share/man/man9 &&
|
|
|
|
rm /bin/pwd</userinput></screen></para>
|
|
rm /bin/pwd</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
</sect2>
|