diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-23 20:49:24 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-23 20:49:24 +0000 |
commit | a1e18fa508b3e2d7b870480f289f5aa029a41cf6 (patch) | |
tree | 2f91025f9d7e790105a72da2f840f0b3d81705a3 /chapter08 | |
parent | 41ddb3b5c89bc278e3f9ef080dc228eedd1ed4fd (diff) |
Install Linux kernel documentation. Fixes bug 1683
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 5 |
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; && +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 |