Changeset 511923a


Ignore:
Timestamp:
05/03/2006 01:42:16 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c5a416f
Parents:
93135fd
Message:

additions to the README file

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README

    r93135fd r511923a  
    7676    Q. "It doesn't work"
    7777    A. Yes it does..
    78 
     78   
     79    Q. "How do I specify the build location"
     80    A. The original LFS document worked against the well know location /mnt/lfs.
     81       This script automates the build of all of the LFS series of books and uses
     82       a default generic location $BUILDDIR. The default setting is /mnt/build_dir.
     83       You may change this value to suit your needs.
     84 
     85       The layout below $BUILDDIR is as follows.
     86       $BUILDDIR/
     87            jhalfs      (makefile,cmd scripts,logs..etc)
     88            sources     (where packages reside
     89            temptools   (temporary bootstrap system
     90            cross-tools (CLFS only)
     91                ...
     92            FHS dir structure
     93                ...
     94   
    7995    Q. "What is the function of the SRC_ARCHIVE variable
    8096    A. When then symlinked master.sh runs it creates a local copy of the
     
    84100       If the files are not found in SRC_ARCHIVE _and_ you have write priv to
    85101       the directory any downloaded files will be mirrored there.
    86 
     102       
     103    Q. "How do I set the SRC_ARCHIVE location"
     104    A. The best way to set the value of SRC_ARCHIVE is
     105       export SRC_ARCHIVE=/wherever/you/store/downloaded/packages
     106                       OR
     107       you can change the setting in .common/config.
     108   
    87109    Q. "Why have 2 copies of the files."
    88110    A. The package files must be visible during the chroot phase and this is a
  • common/common-functions

    r93135fd r511923a  
    5454        use DIR directory for building ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF}; all files jhalfs produces
    5555        will be in the directory DIR/jhalfs.
     56        The current setting for BUILDDIR is "$BUILDDIR"
    5657
    5758${BOLD}  -G, --get-packages${OFF}
Note: See TracChangeset for help on using the changeset viewer.