From 68809ca3f8be551b2c05c909f432f6be5fa81d92 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Tue, 21 Mar 2006 22:36:14 +0000 Subject: [PATCH] CLFS/config, Added BOOT_CONFIG parma for the boot-kernel --- CLFS/config | 4 +++- common/common-functions | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CLFS/config b/CLFS/config index c8674ae..e9f35a5 100644 --- a/CLFS/config +++ b/CLFS/config @@ -43,9 +43,11 @@ METHOD=chroot FSTAB= #--- Location of kernel config file (if the kernel is to be compiled) -#--- This file MUST reside in the sources directory CONFIG= +#--- Location of boot-kernel config file (if METHOD=boot) +BOOT_CONFIG= + #--- Book's sources directory # If you have previously checked out the book from the repository BOOK= diff --git a/common/common-functions b/common/common-functions index 4e31b7f..8c05613 100644 --- a/common/common-functions +++ b/common/common-functions @@ -573,7 +573,7 @@ build_patches_file() { # Supply a suitably formated list of patches. ;; clfs) # Pull out a list of arch specific patches - echo -n "Creating ${L_arrow}${BOLD}$ARCH${R_arrow} specific patcheslist_.wget file" + echo -n "Creating CLFS ${L_arrow}${BOLD}$ARCH${R_arrow} specific patcheslist_.wget file" xsltproc -xinclude \ -o patcheslist_.wget \ patcheslist.xsl \