Changeset 33c34c9


Ignore:
Timestamp:
08/08/2006 08:33:24 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
058fb13
Parents:
a857ce7
Message:

Some help changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    ra857ce7 r33c34c9  
    11mainmenu "JHALFS Build Script Configuration"
    2 
     2comment "---------- BOOK Settings ----------"
    33        choice
    44                prompt "Use BOOK"
    55                default BOOK_LFS
    66                help
    7                         Select the BOOK/Build style you wish to configure.
     7                        #-- Select the BOOK/Build style you wish to configure.
    88
    99                config  BOOK_LFS
    10                         bool "lfs"
     10                        bool "Linux From Scratch"
    1111                config  BOOK_CLFS
    12                         bool "clfs"
     12                        bool "Cross-Compiled Linux From Scratch"
    1313                config  BOOK_CLFS2
    14                         bool "clfs2"
     14                        bool "Cross-Compiled Linux From Scratch (Version 2)"
    1515#               config  BOOK_CLFS3
    16 #                       bool "clfs3 (Embedded LFS)"
     16#                       bool "Cross-Compiled Linux From Scratch (Embedded Systems)"
    1717                config  BOOK_HLFS
    18                         bool "hlfs"
     18                        bool "Hardened Linux From Scratch"
    1919#               config  BOOK_BLFS
    20 #                       bool "blfs"
     20#                       bool "Beyond Linux From Scratch"
    2121        endchoice
    2222        config  RUN_ME
     
    3838                config  relSVN
    3939                        bool    "SVN"
     40                        help
     41                                #-- Current development version as in trunk
    4042                config  WORKING_COPY
    4143                        bool    "Working Copy"
     44                        help
     45                                #-- A local working copy
    4246                config  BRANCH
    43                         bool    "Branch or stable book" if !BOOK_HLFS && !BOOK_CLFS2
     47                        bool    "Branch or stable book" if !BOOK_HLFS && !BOOK_CLFS2
     48                        help
     49                                #-- A supported SVN branch or stable released book
    4450        endchoice
    4551
     
    5763                depends WORKING_COPY
    5864                help
    59                         #--- The full path to a local copy of the book
     65                        #--- The full path to a local copy of the book XML sources
    6066                        #
    6167#endmenu
     
    7076                        #    users and groups you can specifiy your own
    7177                        #    user id for the build
     78                        #
    7279                        # default values for each book
    7380                        # LFS   lfs
     
    117124                depends BOOK_CLFS || BOOK_CLFS2
    118125                help
    119                         Choose a base architecture
     126                        #-- Choose a base architecture
    120127                config  ARCH_X86
    121128                        bool    "x86"
     
    315322                default "$SRC_ARCHIVE"
    316323                help
    317                         #--- A local archive for packages/file (not BUILDDIR/sources)
     324                        #--- A local archive for packages/file (not $BUILDDIR/sources)
    318325                        #    Used only if GETPKG = 1
    319326                        #    Any missing file will be downloaded and archived here,
     
    335342                help
    336343                        # Get the kernel package and patches even if no configuration file
    337                         # has been supplied?
     344                        # has been supplied.
    338345
    339346        config  CONFIG_RUNMAKE
     
    368375                default n
    369376                help
    370                         # Actual optimzation flags are defined in ./optimize/*
     377                        # Actual optimzation flags MUST be defined in ./optimize/*
     378                        # files before activate this option.
    371379                        #
    372380                        # WARNING: The use of build optimizations may be dangerous.
    373381                        #   You should know what you are doing and be sure that the
    374382                        #   optimization settings listed below are what you want.
    375                         #   There are build issues or the system doesn't work as
     383                        #   It there are build issues or the system doesn't work as
    376384                        #   expected, please rebuild without optimizations before
    377385                        #   asking for support.
    378386
    379387        choice
    380                 prompt "OPT level "
     388                prompt "Optimization level "
    381389                default OPT_1
    382390                depends CONFIG_OPTIMIZE
     
    448456                        #
    449457                        #  HLFS and CLFS has no testsuites available in the
    450                         #  toolchain phase
     458                        #  temporary tools phase
    451459
    452460                        #  You will be promt also about the "flavour" of the
     
    496504        config  TIMEZONE
    497505                string "TimeZone"
    498                 default "America/Toronto"
    499                 help
    500                         This will be copied to /etc/localtime
     506                default "GMT"
     507                help
     508                        #-- The timezone as output by tzselect
     509                        #   This will be copied to /etc/localtime
    501510
    502511
     
    518527                default PAGE_LETTER
    519528                help
    520                         #--- page definition for groff letter/A4
     529                        #--- Page definition for groff: letter or A4
    521530
    522531                config  PAGE_LETTER
     
    531540
    532541        config  HAVE_FSTAB
    533                 bool    "Use this fstab file"
     542                bool    "Use a cunstom fstab file"
    534543                default n
    535544                help
Note: See TracChangeset for help on using the changeset viewer.