experimental
Rev | Line | |
---|
[d0d9e90] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the BLFS module
|
---|
| 4 | #
|
---|
| 5 | # $Id$
|
---|
| 6 | #
|
---|
[2fedf49] | 7 | # Set default envars used in the build scripts
|
---|
[d0d9e90] | 8 | #
|
---|
| 9 | #####
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | #--- The local repository for packages/file
|
---|
| 13 | # Any missing file will be downloaded and archived here,
|
---|
| 14 | # if the user has the right priviledges.
|
---|
| 15 | export SRC_ARCHIVE=$SRC_ARCHIVE
|
---|
| 16 |
|
---|
[2fedf49] | 17 | #--- Server used if the file isn't found in SRC_ARCHIVE.
|
---|
[d0d9e90] | 18 | # As a last resort, the file will dowloaded from upstream, if possible.
|
---|
| 19 | #
|
---|
| 20 | # The server path MUST be set as listed in
|
---|
| 21 | # http://www.linuxfromscratch.org/blfs/download.html
|
---|
| 22 | export FTP_SERVER=ftp://anduin.linuxfromscratch.org/BLFS/
|
---|
[2fedf49] | 23 |
|
---|
| 24 |
|
---|
| 25 | #--- The sources directory.
|
---|
| 26 | # Full path to the top level directory where packages will be stored,
|
---|
| 27 | # unpacked, and compiled.
|
---|
| 28 | export SRC_DIR=$HOME/sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.