Changeset 916a8e9 for CLFS


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

Revised the comments in config files.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.