CLFS/config, Added BOOT_CONFIG parma for the boot-kernel

This commit is contained in:
George Boudreau 2006-03-21 22:36:14 +00:00
parent afd0232d13
commit 68809ca3f8
2 changed files with 4 additions and 2 deletions

View file

@ -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=

View file

@ -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 \