diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:45:53 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-10 04:45:53 +0000 |
commit | 6d901003a6eadde2142515d0936d329d2e612265 (patch) | |
tree | de905ab8b0ec3f1c0ecda42ead776140380289fb /chapter05/kernel-inst.xml | |
parent | e3eb0fae82ea1a2a40ebcb9dde892f91eedc7b12 (diff) |
Removed excessive explanations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r-- | chapter05/kernel-inst.xml | 26 |
1 files 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: <blockquote><literallayout> - <userinput>yes "" | make config</userinput> - -</literallayout></blockquote> - -<para> -Ignore the warning <emphasis>Broken pipe</emphasis> you might see at the -end. Now run the following commands to set up all the dependencies correctly: -</para> - -<blockquote><literallayout> - - <userinput>make dep</userinput> - -</literallayout></blockquote> - -<para> -Now that that's done, we need to create the <filename class="symlink"> -$LFS/usr/include/linux</filename> and the <filename class="symlink"> -$LFS/usr/include/asm</filename> symlinks. Create them by running the -following commands: -</para> - -<blockquote><literallayout> - + <userinput>yes "" | make config &&</userinput> + <useirnput>make dep &&</userinput> <userinput>cd $LFS/usr/include &&</userinput> <userinput>ln -s ../src/linux/include/linux &&</userinput> <userinput>ln -s ../src/linux/include/asm</userinput> |