diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 02:18:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-14 02:18:31 +0000 |
commit | 8be5ea9bfc11233059cb67330083287897b7c4ff (patch) | |
tree | 42836e77ab250108a566719b97737686a9fb196c /chapter05/kernel-exp.xml | |
parent | 1e0337de527a8d5a4d91a7a667fcab5620561e0b (diff) |
Kernel installation update
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/kernel-exp.xml')
-rw-r--r-- | chapter05/kernel-exp.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index bc304a424..2155c481b 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -2,6 +2,11 @@ <title>Command explanations</title> <para> +<userinput>make mrproper:</userinput> This will ensure that the kernel +tree is absolutely clean. +</para> + +<para> <userinput>yes "" | make config:</userinput> This runs make config and answers with the default answer to every question the config script asks the user (it does this by simply doing the equivalent of hitting the |