diff options
-rw-r--r-- | chapter05/kernel-inst.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 2df519021..a4fc39af0 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -15,6 +15,7 @@ The kernel configuration file is created by running the following command: <blockquote><literallayout> + <userinput>make mrproper &&</userinput> <userinput>yes "" | make config &&</userinput> <userinput>make dep &&</userinput> <userinput>cd $LFS/usr/include &&</userinput> |