Changeset cbe3f2b for Config.in


Ignore:
Timestamp:
07/30/2006 06:21:03 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
982ae7c
Parents:
7cd9186
Message:

Changes to Config.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r7cd9186 rcbe3f2b  
    256256#-----------------------
    257257
     258        config BUILDDIR
     259                string "Build Directory"
     260                default "/mnt/build_dir"
     261                help
     262                        #--- The directory where the created system will be located.
     263
     264        config SRC_ARCHIVE
     265                string "Package Archive Directory"
     266                default "$SRC_ARCHIVE"
     267                help
     268                        #--- A local archive for packages/file (not BUILDDIR/sources)
     269                        #    Used only if GETPKG = 1
     270                        #    Any missing file will be downloaded and archived here,
     271                        #    if the user has the right priviledges.
     272
    258273
    259274        config  CONFIG_GETPKG
     
    444459                default "A4"            if PAGE_A4
    445460
    446         config BUILDDIR
    447                 string "Build Directory"
    448                 default "/mnt/build_dir"
    449                 help
    450                         #--- The directory where the created system will be located.
    451 
    452         config SRC_ARCHIVE
    453                 string "Package Archive Directory"
    454                 default "$SRC_ARCHIVE"
    455                 help
    456                         #--- A local archive for packages/file (not BUILDDIR/sources)
    457                         #    Used only if GETPKG = 1
    458                         #    Any missing file will be downloaded and archived here,
    459                         #    if the user has the right priviledges.
    460 
     461        config  HAVE_FSTAB
     462                bool    "Use this fstab file"
     463                default n
     464                help
     465                        #--- The location of fstab file (if empty, a template is created)
    461466        config  FSTAB
    462467                string  "Fstab file (optional)"
    463                 default ""
    464                 help
    465                         #--- Location of fstab file (if empty, a template is created)
    466 
     468                default "***EDIT ME***"
     469                depends on HAVE_FSTAB
     470                help
     471                        #--- The location of fstab file (if empty, a template is created)
     472
     473        config  CONFIG_BUILD_KERNEL
     474                bool    "Build the kernel"
     475                default n
     476                help
     477                        #--- Select this option if you wish to build the kernel.
     478                        #
     479                        #    You will be prompted for the full path to the .config                     
     480                        #    file. It will be copied to the 'sources' directory and
     481                        #    rename kernel-config
    467482        config  CONFIG
    468                 string  "Kernel config file (optional)"
    469                 default ""
     483                string  "Kernel config file"
     484                default "***EDIT ME***"
     485                depends on CONFIG_BUILD_KERNEL
    470486                help
    471487                        #--- Fully qualified path to a kernel config file
    472488                        #    The config file will be copied to ${BUILD_DIR}/sources
    473489                        #    and renamed 'kernel-config'
    474                         #
    475                         # If no config file is specified the kernel is NOT compiled
    476490
    477491        config  KEYMAP
Note: See TracChangeset for help on using the changeset viewer.