Changeset f45af2c


Ignore:
Timestamp:
03/13/2022 07:53:39 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
9f89fae
Parents:
62206d6
git-author:
Pierre Labastie <pierre.labastie@…> (03/13/2022 07:50:38 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/13/2022 07:53:39 PM)
Message:

Config.in: simplify selection of book source

Use the variable COMMIT instead of BRANCH_ID.
Also fix various typos, CLFS/HLFS reference, help strings, etc.
For the moment, the selections for the BLFS tools are unchanged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r62206d6 rf45af2c  
    5858    #--- Book version
    5959    choice
    60         prompt   "Release"
    61         default   relGIT
    62 
    63         config    relGIT
    64             bool    "GIT"
    65             help
    66                 Current development git trunk branch
     60        prompt   "Book version"
     61        default   BRANCH
     62
     63        config    BRANCH
     64            bool    "Branch (default to trunk) or any commit"
     65            help
     66                A GIT branch, tag, or commit
    6767
    6868        config    WORKING_COPY
     
    7070            help
    7171                A local working copy
    72 
    73         config    BRANCH
    74             bool    "Branch or stable book"
    75             help
    76                 A supported GIT branch or tag
    7772    endchoice
    7873
    79     config    BRANCH_ID
    80         string    "Branch (preceded by \"branch-\"), stable Version, or tag"
    81         default    "**EDIT ME**"
     74    config    COMMIT
     75        string    "Branch, tag, or any commit"
     76        default    "trunk"
    8277        depends on    BRANCH
    8378        help
    84             A list of valid branches and stable book IDs is available at
    85             http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
    86            
    87             Enter "branch-XXX" for branch XXX, or just "YYY" for stable (or tag)
    88             YYY version.
     79            Enter a branch, a tag, or an abbreviated commit sha.
     80            The tool will clone the LFS repository and checkout
     81            that commit
    8982
    9083    config    BOOK
     
    257250        depends on BLFS_BRANCH
    258251        help
    259             A list of valid branches and stable book IDs is available at
    260             http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks.
     252             Can be any branch, tag, or abbreviated (or not) commit sha.
    261253    endif
    262254    #--- End blfs-tool Support
     
    331323        depends on LFS_BRANCH
    332324        help
    333             A list of valid branches and stable book IDs is available at
    334             http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks.
     325            Any branch, tag or abbreviated (or not) commit sha.
    335326    # End of BLFS parameters
    336327
     
    365356            the new system.
    366357           
    367             Note that the user that will build the packages must
     358            Note that the user who will build the packages must
    368359            have read and write access to this directory.
    369360
     
    374365depends on !BOOK_BLFS
    375366
    376     #--- {C,H,}LFS User Account
     367    #--- LFS User Account
    377368
    378369    config    LUSER
    379370        string
    380         default    "lfs"    if BOOK_LFS || BOOK_LFS_SYSD
     371        default    "lfs"
    381372
    382373    config    LGROUP
     
    730721            help
    731722              The default here is for a virtual interface in qemu. Private
    732               networks have addresses in the range 10.x.x.x or 192.169.x.x.
     723              networks have addresses in the range 10.x.x.x or 192.168.x.x.
    733724              You have to know your network prefix. Then the last figure
    734725              may be anything you like.
     
    886877    config    REALSBU
    887878        bool    "Build Binutls pass1 without optimization (Real SBU)"
    888         depends on (BOOK_LFS || BOOK_LFS_SYSD) && OPT_2
     879        depends on OPT_2
    889880        default    n
    890881        help
Note: See TracChangeset for help on using the changeset viewer.