Changeset a2917ed for Config.in


Ignore:
Timestamp:
04/01/2022 08:16:45 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
8c2b505
Parents:
2bf44e2
Message:

Try to clarify help in Config.in

Also prevent the chroot/boot method to be prompted for the blfs
book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r2bf44e2 ra2917ed  
    6060            bool    "Branch (default to trunk) or any commit"
    6161            help
    62                 A GIT branch, tag, or commit
     62                Use an LFS book downloaded from the git repository, and
     63                checked out at any commit (branch/tag/sha)
    6364
    6465        config    WORKING_COPY
    6566            bool    "Working Copy"
    6667            help
    67                 A local working copy
     68                Use a local working copy of the LFS book
    6869    endchoice
    6970
     
    8283        depends on    WORKING_COPY
    8384        help
    84             The full path to a local copy of the book XML sources
     85            The full path to a local copy of the LFS book XML sources
    8586
    8687    choice
    87     depends on (BOOK_LFS || BOOK_LFS_SYSD) && (BRANCH || WORKING_COPY)
     88    depends on (BOOK_LFS || BOOK_LFS_SYSD)
    8889    prompt "Mutilib"
    8990    default LFS_MULTILIB_NO
     
    122123        prompt    "Build method"
    123124        default   BUILD_CHROOT
     125        depends on (BOOK_LFS || BOOK_LFS_SYSD)
    124126        help
    125127            What build method should be used: a chroot jail or minimal boot
Note: See TracChangeset for help on using the changeset viewer.