From 8be5ea9bfc11233059cb67330083287897b7c4ff Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 14 Apr 2001 02:18:31 +0000 Subject: [PATCH] Kernel installation update git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-exp.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -1,6 +1,11 @@ Command explanations + +make mrproper: This will ensure that the kernel +tree is absolutely clean. + + yes "" | make config: This runs make config and answers with the default answer to every question the config script asks