From a20338e3bd6b3d1ccef2d6619102963d810fa3d4 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 1 Jan 2003 14:27:12 +0000 Subject: moved kernel man pages to end of chap6 | fixed typo in glibc linuxthreads man page install git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/kernel-inst.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chapter06/kernel-inst.xml') diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index 2324ad707..ff09e3aa7 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -1,5 +1,5 @@ -Installation of the kernel headers and man pages +Installation of the kernel headers 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 @@ -20,19 +20,17 @@ access to the kernel source. 0.0 on the linux-&kernel-version; directory to ensure all files are owned by user root. -The kernel headers and man pages are installed by running the following +The kernel headers are installed by running the following commands: ln -s /static/bin/pwd /bin/pwd && make mrproper && make include/linux/version.h && make symlinks && -make mandocs && cp -HR include/asm /usr/include && cp -R include/asm-generic /usr/include && cp -R include/linux /usr/include && touch /usr/include/linux/autoconf.h && -cp -a Documentation/man /usr/share/man/man9 && rm /bin/pwd -- cgit v1.2.3-54-g00ecf