Try to clarify help in Config.in
Also prevent the chroot/boot method to be prompted for the blfs book
This commit is contained in:
parent
2bf44e2724
commit
a2917edfa2
1 changed files with 6 additions and 4 deletions
10
Config.in
10
Config.in
|
@ -59,12 +59,13 @@ menu "BOOK Settings"
|
||||||
config BRANCH
|
config BRANCH
|
||||||
bool "Branch (default to trunk) or any commit"
|
bool "Branch (default to trunk) or any commit"
|
||||||
help
|
help
|
||||||
A GIT branch, tag, or commit
|
Use an LFS book downloaded from the git repository, and
|
||||||
|
checked out at any commit (branch/tag/sha)
|
||||||
|
|
||||||
config WORKING_COPY
|
config WORKING_COPY
|
||||||
bool "Working Copy"
|
bool "Working Copy"
|
||||||
help
|
help
|
||||||
A local working copy
|
Use a local working copy of the LFS book
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config COMMIT
|
config COMMIT
|
||||||
|
@ -81,10 +82,10 @@ menu "BOOK Settings"
|
||||||
default "**EDIT ME**"
|
default "**EDIT ME**"
|
||||||
depends on WORKING_COPY
|
depends on WORKING_COPY
|
||||||
help
|
help
|
||||||
The full path to a local copy of the book XML sources
|
The full path to a local copy of the LFS book XML sources
|
||||||
|
|
||||||
choice
|
choice
|
||||||
depends on (BOOK_LFS || BOOK_LFS_SYSD) && (BRANCH || WORKING_COPY)
|
depends on (BOOK_LFS || BOOK_LFS_SYSD)
|
||||||
prompt "Mutilib"
|
prompt "Mutilib"
|
||||||
default LFS_MULTILIB_NO
|
default LFS_MULTILIB_NO
|
||||||
config LFS_MULTILIB_NO
|
config LFS_MULTILIB_NO
|
||||||
|
@ -121,6 +122,7 @@ menu "BOOK Settings"
|
||||||
choice
|
choice
|
||||||
prompt "Build method"
|
prompt "Build method"
|
||||||
default BUILD_CHROOT
|
default BUILD_CHROOT
|
||||||
|
depends on (BOOK_LFS || BOOK_LFS_SYSD)
|
||||||
help
|
help
|
||||||
What build method should be used: a chroot jail or minimal boot
|
What build method should be used: a chroot jail or minimal boot
|
||||||
system. Review the clfs-ng branch chap6 "TO BOOT OR CHROOT" for
|
system. Review the clfs-ng branch chap6 "TO BOOT OR CHROOT" for
|
||||||
|
|
Reference in a new issue