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
|
help
|
||||||
#--- What build method should be used: a chroot jail or minimal boot system
|
#--- 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.
|
# Review the Cross-LFS book chap6 "TO BOOT OR CHROOT" for a full explanation.
|
||||||
|
|
||||||
config BUILD_CHROOT
|
config BUILD_CHROOT
|
||||||
bool "chroot"
|
bool "chroot"
|
||||||
config BUILD_BOOT
|
config BUILD_BOOT
|
||||||
bool "boot"
|
bool "boot"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config METHOD
|
config METHOD
|
||||||
string
|
string
|
||||||
default "" if !BUILD_CHROOT && !BUILD_ROOT
|
|
||||||
default "chroot" if BUILD_CHROOT
|
default "chroot" if BUILD_CHROOT
|
||||||
default "boot" if BUILD_ROOT
|
default "boot" if BUILD_BOOT
|
||||||
|
|
||||||
config BOOT_CONFIG
|
config BOOT_CONFIG
|
||||||
string "BOOT kernel config file (mandatory)"
|
string "BOOT kernel config file (mandatory)"
|
||||||
|
|
Reference in a new issue