Changeset 50618eeb for Config.in


Ignore:
Timestamp:
03/15/2017 09:00:31 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
54380e5
Parents:
8010030
Message:

Add the possibility to choose build and source dirs, and whether subdirs are
used in blfs tools, + various fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r8010030 r50618eeb  
    4040    endchoice
    4141
     42    choice
     43    depends BOOK_BLFS
     44    prompt "Init system"
     45
     46        config BLFS_SYSV
     47        bool "BLFS Sys V"
     48        help
     49            Extract the Sys V flavour of the BLFS book
     50
     51        config BLFS_SYSD
     52        bool "BLFS systemd"
     53        help
     54            Extract the systemd flavour of the BLFS book
     55
     56    endchoice
     57
    4258    config    INITSYS
    4359        string
    44         default "sysv"         if BOOK_LFS
    45         default "systemd"      if BOOK_LFS_SYSD
     60        default "sysv"         if BOOK_LFS || BLFS_SYSV
     61        default "systemd"      if BOOK_LFS_SYSD || BLFS_SYSD
    4662
    4763    config    PROGNAME
     
    875891
    876892menu "System configuration
     893    depends !BOOK_BLFS
    877894
    878895    #--- FSTAB
Note: See TracChangeset for help on using the changeset viewer.