A quirk appeared in Config file. Had to re-enter METHOD text
This commit is contained in:
parent
7b7c34a419
commit
a1814059c2
1 changed files with 1 additions and 4 deletions
|
@ -183,18 +183,15 @@ depends on BOOK_CLFS || BOOK_CLFS2
|
|||
help
|
||||
#--- What build method should be used: a chroot jail or minimal boot system
|
||||
# Review the Cross-LFS book chap6 "TO BOOT OR CHROOT" for a full explanation.
|
||||
|
||||
config BUILD_CHROOT
|
||||
bool "chroot"
|
||||
config BUILD_BOOT
|
||||
bool "boot"
|
||||
endchoice
|
||||
|
||||
config METHOD
|
||||
string
|
||||
default "" if !BUILD_CHROOT && !BUILD_ROOT
|
||||
default "chroot" if BUILD_CHROOT
|
||||
default "boot" if BUILD_ROOT
|
||||
default "boot" if BUILD_BOOT
|
||||
|
||||
config BOOT_CONFIG
|
||||
string "BOOT kernel config file (mandatory)"
|
||||
|
|
Reference in a new issue