mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Install Linux kernel documentation. Fixes bug 1683
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
41ddb3b5c8
commit
a1e18fa508
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>January 23, 2006</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Install documentation for the Linux kernel. Thanks
|
||||||
|
to Tushar for the report. Fixes bug 1683.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>January 23, 2006</para>
|
<para>January 23, 2006</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -147,6 +147,11 @@
|
|||||||
|
|
||||||
<screen><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
|
<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
|
<para>It is important to note that the files in the kernel source
|
||||||
directory are not owned by <emphasis>root</emphasis>. Whenever a
|
directory are not owned by <emphasis>root</emphasis>. Whenever a
|
||||||
package is unpacked as user <emphasis>root</emphasis> (like we did
|
package is unpacked as user <emphasis>root</emphasis> (like we did
|
||||||
|
Loading…
Reference in New Issue
Block a user