From a1e18fa508b3e2d7b870480f289f5aa029a41cf6 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 23 Jan 2006 20:49:24 +0000 Subject: Install Linux kernel documentation. Fixes bug 1683 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7295 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter08/kernel.xml | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 906a66553..4ac27cf1b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + January 23, 2006 + + + [matthew] - Install documentation for the Linux kernel. Thanks +to Tushar for the report. Fixes bug 1683. + + + + January 23, 2006 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 @@ cp -v .config /boot/config-&linux-version; + Install the documentation for the Linux kernel: + +install -d /usr/share/doc/linux-&linux-version; && +cp -r Documentation/* /usr/share/doc/linux-&linux-version; + It is important to note that the files in the kernel source directory are not owned by root. Whenever a package is unpacked as user root (like we did -- cgit v1.2.3-54-g00ecf