Changeset 916a8e9


Ignore:
Timestamp:
03/29/2006 06:41:33 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
6b1576a
Parents:
c16896d
Message:

Revised the comments in config files.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CLFS/config

    rc16896d r916a8e9  
    88declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
    99
    10 #--- Which target architecture,
     10#--- Which target architecture you want to build for,
    1111#    used to select proper book and set TARGETS
    1212#--------------------------------
     
    3737# ARCH=ppc64   ; TARGET="powerpc64-unknown-linux-gnu" ; TARGET32="powerpc-unknown-linux-gnu"
    3838
    39 #--- Create a minimal boot system chroot/boot
     39#--- What build method should be used chroot/boot
    4040#    NOTE: not all combinations are 'bootable' yet.
    4141METHOD=chroot
     
    4444FSTAB=
    4545
    46 #--- Location of kernel config file (if the kernel is to be compiled)
     46#--- Fully qualified path to a kernel config file
     47# If no config file is  specified the kernel is NOT compiled
    4748CONFIG=
    4849
    49 #--- Location of boot-kernel config file (if METHOD=boot)
     50#--- If METHOD=boot, location of boot-kernel config file
     51#    NOTE: this setting is required
    5052BOOT_CONFIG=
    5153
     
    5759# Don't edit it unless you know what you are doing
    5860
    59 #--- Files that will be copied to $JHALFSDIR
     61#--- Extra files that need be copied to $JHALFSDIR
    6062FILES="patcheslist.xsl  packageslist.xsl"
    6163
     
    6567#--- Book version
    6668LFSVRS=development
     69
     70#--- Name of the makefile
    6771MKFILE=$JHALFSDIR/Makefile
    6872
  • HLFS/config

    rc16896d r916a8e9  
    1111MODEL=glibc
    1212
    13 #--- The host system has grsecurity options enabled 0(no)/1(yes)
     13#--- The host system has grsecurity options enabled? 0(no)/1(yes)
    1414GRSECURITY_HOST=0
    1515
     
    1717FSTAB=
    1818
    19 #--- Fully qualified path to a kernel config file 
     19#--- Fully qualified path to a kernel config file
    2020# If no config file is  specified the kernel is NOT compiled
    2121CONFIG=
     
    2828# Don't edit it unless you know what you are doing
    2929
    30 #--- Files that will be copied to $JHAHLFSDIR
     30#--- Extra files that need be copied to $JHALFSDIR
    3131FILES="patcheslist.xsl"
    3232
     
    3636#--- Book version
    3737LFSVRS=development
     38
     39#--- Name of the makefile
    3840MKFILE=$JHALFSDIR/Makefile
    3941
  • LFS/config

    rc16896d r916a8e9  
    1111FSTAB=
    1212
    13 #--- Location of kernel config file (if the kernel is to be compiled)
     13#--- Fully qualified path to a kernel config file
     14# If no config file is  specified the kernel is NOT compiled
    1415CONFIG=
    1516
     
    2122# Don't edit it unless you know what you are doing
    2223
    23 #--- Files that will be copied to $JHALFSDIR
     24#--- Extra files that need be copied to $JHALFSDIR
    2425FILES=""
    2526
  • common/config

    rc16896d r916a8e9  
    1414
    1515#--- The local repository for packages/file
    16 #    Any downloaded files will be archived here
     16#    Any missing file will be downloaded and archived here,
     17#    if the user has the right priviledges.
    1718SRC_ARCHIVE=
    1819
     
    2122
    2223#--- Run the makefile at the end  0(no)/1(yes)
     24#    In BLFS the Makefile can't be run automatically
    2325RUNMAKE=0
    2426
     
    2628#  0 = none
    2729#  1 = only chapter06 Glibc, GCC and Binutils testsuites
     30#      (in BLFS, run the package testsuite, if any)
    2831#  2 = all chapter06 testsuites
     32#      (in BLFS, alias to 1)
    2933#  3 = all chapter05 and chapter06 testsuites
     34#      (in BLFS, alias to 1)
     35#      (in CLFS, alias to 2)
    3036TEST=1
    3137
     
    4248VIMLANG=1
    4349
    44 #--- Language information, /etc/profile  see <locale -a> for values
    45 LC_ALL=$LC_ALL
     50#--- Language information in /etc/profile  See <locale -a> for values
    4651LANG=$LANG
     52LC_ALL=$LC_ALL (not used in LFS)
    4753
    4854#--- Include the keymap in the kernel if defined. Path to the
    4955#    keymap file relative to /usr/share/kbd/keymaps/
    5056#    (e.g., i386/qwerty/us.map.gz) or "none"
     57#    Not used in LFS
    5158KEYMAP=none
    5259
    53 #=== Variables needed by ICA ===
     60#=== Variables needed by ICA (Not implemented yet :-/)===
    5461#--- Run ICA testing 0/1  0(no)/1(yes)
    5562RUN_ICA=0
Note: See TracChangeset for help on using the changeset viewer.