Changeset 4fa38dd


Ignore:
Timestamp:
02/10/2012 11:38:57 PM (12 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
575bcf3
Parents:
3158dfa
Message:

Spelling and grammar fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r3158dfa r4fa38dd  
    6868                depends BRANCH
    6969                help
    70                         #-- A list of valid branches and stable books ID's is available here.
     70                        #-- A list of valid branches and stable book IDs is available here.
    7171                        #   http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
    7272
     
    115115                default PLATFORM_GENERIC
    116116                help
    117                         # Chose a destination platform
     117                        # Choose a destination platform
    118118                        # Platform specific files will be included
    119119
     
    512512                        #    $BUILD_DIR/blfs_root.
    513513
    514                         #    After booting the new xLFS system you should to
    515                         #    create an user account and move the /blfs-root
    516                         #    directory to the user's home, making he the
    517                         #    directory and files owner, before start
    518                         #    using blfs-tool.
    519                         #
    520                         #    Also, be sure to bring to that user read and write
    521                         #    privileges over the $TRACKING_DIR directory and
     514                        #    After booting the new xLFS system, but before using
     515                        #    blfs-tool,  you should create a user account and
     516                        #    move the /blfs-root directory to the user's home,
     517                        #    making them the directory and files owner.
     518                        #
     519                        #    Also, be sure to give the user read and write
     520                        #    privileges on the $TRACKING_DIR directory and
    522521                        #    the files that it contains.
    523522                        #
    524                         #    And don't forget to configure sudo properly.
     523                        #    Don't forget to configure sudo properly.
    525524
    526525        choice
     
    536535                        bool    "BLFS Branch or stable book"
    537536                        help
    538                                 #-- A supported SVN branch or stable released book
     537                                #-- A supported SVN branch or stable book release
    539538        endchoice
    540539
     
    544543                depends on BLFS_BRANCH
    545544                help
    546                         #-- A list of valid branches and stable books ID's is available here.
     545                        #-- A list of valid branches and stable book IDs is available here.
    547546                        #   http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
    548547
     
    591590                default y
    592591                help
    593                         #-- You MUST to install manually the gpm bootscript
     592                        #-- You MUST install the gpm bootscript manually
    594593                        #   and create its configuration file.
    595594                        #
     
    626625                depends on BOOK_BLFS || BLFS_TOOL
    627626                help
    628                         #-- The directory name under $BLFS_ROOT where BLFS book
    629                         #  sources will be checkout.
     627                        #-- The directory name under $BLFS_ROOT where the BLFS
     628                        #   book sources will be checkout.
    630629
    631630        config  TRACKING_DIR
     
    634633                depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
    635634                help
    636                         #-- Full path to the directory where the installed
    637                         #   packages database will be created.
     635                        #-- Full path to the directory where the database of
     636                        #   installed packages will be created.
    638637                        #
    639638                        #   If you are installing blfs-tool on a running xLFS system
    640                         #   you MUST to create manually this directory.
     639                        #   you MUST create this directory manually.
    641640                        #
    642                         #   If you are installing blfs-tool as part of a xLFS build
     641                        #   If you are installing blfs-tool as part of an xLFS build
    643642                        #   and/or using the customized scripts feature, you will
    644                         #   need to fix that directory permissions after booting
     643                        #   need to fix this directory's permissions after booting
    645644                        #   the new system.
    646645                        #
    647646                        #   Note that the user that will build the packages must
    648                         #   have read and write privileges on that directory.
     647                        #   have read and write privileges on this directory.
    649648        #--- End BLFS specific params
    650649
     
    660659                default n
    661660                help    #-- Unprivileged user and group name
    662                         #   If you do not have the priv to create/delete
    663                         #   users and groups you can specifiy your own
    664                         #   user id for the build
     661                        #   If you do not have the privilege to create/delete
     662                        #   users and groups you can specify your own
     663                        #   user ID for the build
    665664                        #
    666665                        # default values for each book
     
    669668                        # HLFS   hlfs
    670669                        #
    671                         # Also, if your host place users home dirs into a
     670                        # Also, if your host places users' home dirs into a
    672671                        # directory other than /home you can specify it here.
    673672
     
    699698
    700699        config  SET_HOME
    701                 string  "Path to the directory where user home dir will be created"
     700                string  "Path to the directory under which the user's home directory will be created"
    702701                depends CONFIG_HOME
    703702                default "/home"
     
    732731                default n
    733732                help
    734                         #-- Download all packages and patches required by the book selected
     733                        #-- Download all packages and patches required by the selected book
    735734                        #   NOTE: Looks for files in the local archive defined by SRC_ARCHIVE
    736                         #   first and if necessary retrieve them from the 'net.
    737                         #   Files will be transfered to $BUILDDIR/sources.
     735                        #   first and if necessary retrieves them from the 'net.
     736                        #   Files will be transferred to $BUILDDIR/sources.
    738737
    739738        config SRC_ARCHIVE
     
    742741                depends GETPKG
    743742                help
    744                         #-- A local archive for packages/file (not $BUILDDIR/sources)
    745                         #   Used only if GETPKG = 1
     743                        #-- A local archive for packages/files (not $BUILDDIR/sources)
    746744                        #   Any missing file will be downloaded and archived here,
    747                         #   if the user has the right priviledges.
     745                        #   if the user has the right privileges.
    748746
    749747        config RETRYSRCDOWNLOAD
     
    761759                depends GETPKG
    762760                help
    763                         #-- Number of times to retry download a failed download.
     761                        #-- Number of times to retry a failed download.
    764762
    765763        config DOWNLOADTIMEOUT
     
    778776                        #-- FTP mirror to download packages and patches if not found
    779777                        #   in $SRC_ARCHIVE
    780                         #   As a last resort, the files will dowloaded from upstream,
     778                        #   As a last resort, the files will downloaded from upstream,
    781779                        #   if possible.
    782780
     
    853851
    854852                config  NO_BOMB
    855                         bool    "Don't stop on test suite failures"
     853                        bool    "Don't stop on testsuite failures"
    856854
    857855                config  BOMB
    858                         bool    "Abort the build at the first test suite failure"
     856                        bool    "Abort the build on the first testsuite failure"
    859857        endchoice
    860858
     
    875873                        #
    876874                        #  If set, the packages in the final phase are built
    877                         #  in a separate directory PKG_DEST.
     875                        #  in a separate directory, PKG_DEST.
    878876                        #  You should provide a bash function for packing
    879877                        #  and installing the package.
    880                         #  Also you have to provide the instructions
     878                        #  Also, you have to provide the instructions
    881879                        #  to build the package manager during the
    882880                        #  temporary tools phase, in the form of a
     
    884882                        #  sect1. See README.PACKAGE_MANAGEMENT
    885883                        #
    886                         #  For now, works only with LFS
     884                        #  For now, this only works with LFS
    887885
    888886        #--- End package management
     
    890888        #--- Installed files logs
    891889        config  INSTALL_LOG
    892                 bool    "Create installed files logs"
     890                bool    "Create a log of installed files for each package"
    893891                default n
    894892                help
     
    903901                default n
    904902                help
    905                         #-- Select this if you have ready a proper fstab file
     903                        #-- Select this if you have an fstab file with entries
     904                        #   for the target system
    906905
    907906        config  FSTAB
     
    977976                        #   will be installed. Otherwise, only the minimal set
    978977                        #   necessary for the tests will be installed,
    979                         #   together with the locale associated to the
     978                        #   together with the locale associated with the
    980979                        #   LANG you have chosen, if not in the minimal set.
    981980
     
    10161015                default n
    10171016                help
    1018                         #-- Should some iterative comparison analysis by made?
     1017                        #-- Should an iterative comparison analysis be performed?
    10191018                        #
    10201019                        #   Unless you are familiar with ICA and/or FARCE do not
     
    10571056                default n
    10581057                help
    1059                         #-- Actual optimzation flags MUST be defined in ./optimize/*
    1060                         #   files before activate this option.
     1058                        #-- Actual optimization flags MUST be defined in ./optimize/*
     1059                        #   files before activating this option.
    10611060                        #
    10621061                        # WARNING: The use of build optimizations may be dangerous.
Note: See TracChangeset for help on using the changeset viewer.