Changeset 466b5cc


Ignore:
Timestamp:
04/03/2006 04:01:32 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
f7590ba
Parents:
aaa4612
Message:

README, adjust line lenght

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    raaa4612 r466b5cc  
    7878
    7979    Q. "What is the function of the SRC_ARCHIVE variable
    80     A. When the makefile runs it creates a local copy of the necessary packages in BUILDDIR/sources by
    81        downloading the files. If the variable SRC_ARCHIVE is defined the software will first look in
    82        this location for the file and, if found, will copy it to BUILDDIR/sources. If the files are not
    83        found in SRC_ARCHIVE _and_ you have write priv to the directory any downloaded files will be
    84        mirrored there.
     80    A. When the makefile runs it creates a local copy of the necessary packages
     81       in BUILDDIR/sources by downloading the files. If the variable SRC_ARCHIVE
     82       is defined the software will first look in this location for the file and,
     83       if found, will copy it to BUILDDIR/sources. If the files are not found in
     84       SRC_ARCHIVE _and_ you have write priv to the directory any downloaded
     85       files will be mirrored there.
    8586
    8687    Q. "Why have 2 copies of the files."
    87     A. The packages files must be visible during the chroot phase and this is a simple and reliable method.
    88        This method also handles the CLFS build method where the final build may be done on a separate machine.
     88    A. The package files must be visible during the chroot phase and this is a
     89       simple and reliable method of doing so. This method also handles the CLFS
     90       build method where the final build may be done on a separate machine.
    8991
    9092Authors:
Note: See TracChangeset for help on using the changeset viewer.