From 6d901003a6eadde2142515d0936d329d2e612265 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 Mar 2001 04:45:53 +0000 Subject: Removed excessive explanations git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-inst.xml | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 1087e9332..c8d2bfa79 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -15,30 +15,8 @@ Create the kernel configuration file by running the following command:
- yes "" | make config - -
- - -Ignore the warning Broken pipe you might see at the -end. Now run the following commands to set up all the dependencies correctly: - - -
- - make dep - -
- - -Now that that's done, we need to create the -$LFS/usr/include/linux and the -$LFS/usr/include/asm symlinks. Create them by running the -following commands: - - -
- + yes "" | make config && + make dep && cd $LFS/usr/include && ln -s ../src/linux/include/linux && ln -s ../src/linux/include/asm -- cgit v1.2.3-54-g00ecf