diff options
Diffstat (limited to 'chapter05/kernel-inst.xml')
-rw-r--r-- | chapter05/kernel-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index a4fc39af0..44974545e 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -14,14 +14,12 @@ The kernel configuration file is created by running the following command: </para> <blockquote><literallayout> - <userinput>make mrproper &&</userinput> <userinput>yes "" | make config &&</userinput> <userinput>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> - </literallayout></blockquote> </sect2> |