From a8b6190cae14be9c9182a6fbf8060a4733863a65 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Tue, 26 Aug 2003 21:35:10 +0000 Subject: installing kernel docs with the kernel instead of separately git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2682 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/kernel-inst.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'chapter08') diff --git a/chapter08/kernel-inst.xml b/chapter08/kernel-inst.xml index 7b4c0b023..442bbc16f 100644 --- a/chapter08/kernel-inst.xml +++ b/chapter08/kernel-inst.xml @@ -31,10 +31,6 @@ system to the $LFS/usr/src/linux-&kernel-version; directory. -It's important to note that to be compliant with Posix shared memory -requirements, we must enable the tmpfs filesystem option, and mount a tmpfs -filesystem at /dev/shm. - Verify dependencies and create dependency information files: make CC=/opt/gcc-2.95.3/bin/gcc dep @@ -60,6 +56,15 @@ interest to you. make CC=/opt/gcc-2.95.3/bin/gcc modules_install +As nothing is complete without documentation, build the manual pages +that come with the kernel: + +make mandocs + +And install these pages: + +cp -a Documentation/man /usr/share/man/man9 + Kernel compilation has finished, but some of the files created still reside in the source tree. To complete the installation, two files should to be copied to the /boot -- cgit v1.2.3-54-g00ecf