1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since d46a46e was 877cc6a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Merged experimental branch to trunk.
Updated TODO.
|
-
Property mode
set to
100644
|
File size:
810 bytes
|
Rev | Line | |
---|
[877cc6a] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the LFS module
|
---|
| 4 | #
|
---|
| 5 | # $Id$
|
---|
| 6 | #
|
---|
| 7 | #####
|
---|
| 8 | declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
|
---|
| 9 |
|
---|
| 10 | #--- Location of fstab file (if empty, a template is created)
|
---|
| 11 | FSTAB=
|
---|
| 12 |
|
---|
| 13 | #--- Fully qualified path to a kernel config file
|
---|
| 14 | # If no config file is specified the kernel is NOT compiled
|
---|
| 15 | CONFIG=
|
---|
| 16 |
|
---|
| 17 | #--- Book's sources directory
|
---|
| 18 | # If you have previously checked out the book from the repository
|
---|
| 19 | BOOK=
|
---|
| 20 |
|
---|
| 21 | #==== INTERNAL VARIABLES ====
|
---|
| 22 | # Don't edit it unless you know what you are doing
|
---|
| 23 |
|
---|
| 24 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
| 25 | FILES=""
|
---|
| 26 |
|
---|
| 27 | #--- Default stylesheet
|
---|
| 28 | XSL=lfs.xsl
|
---|
| 29 |
|
---|
| 30 | #--- Book version
|
---|
| 31 | LFSVRS=development
|
---|
| 32 |
|
---|
| 33 | #--- Name of the makefile
|
---|
| 34 | MKFILE=$JHALFSDIR/Makefile
|
---|
| 35 |
|
---|
| 36 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
| 37 | SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration
|
---|
Note:
See
TracBrowser
for help on using the repository browser.