source:
LFS/config@
a101844
Last change on this file since a101844 was 916a8e9, checked in by , 19 years ago | |
---|---|
|
|
File size: 810 bytes |
Rev | Line | |
---|---|---|
[0170229] | 1 | ##### |
2 | # | |
3 | # Configuration file for the LFS module | |
4 | # | |
[a46ada0] | 5 | # $Id$ |
6 | # | |
[0170229] | 7 | ##### |
[12a5707] | 8 | declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration |
[0170229] | 9 | |
10 | #--- Location of fstab file (if empty, a template is created) | |
[12a5707] | 11 | FSTAB= |
[0170229] | 12 | |
[916a8e9] | 13 | #--- Fully qualified path to a kernel config file |
14 | # If no config file is specified the kernel is NOT compiled | |
[12a5707] | 15 | CONFIG= |
[0170229] | 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 | ||
[916a8e9] | 24 | #--- Extra files that need be copied to $JHALFSDIR |
[0170229] | 25 | FILES="" |
26 | ||
27 | #--- Default stylesheet | |
[12a5707] | 28 | XSL=lfs.xsl |
[0170229] | 29 | |
30 | #--- Book version | |
31 | LFSVRS=development | |
32 | ||
33 | #--- Name of the makefile | |
[a6b81cd] | 34 | MKFILE=$JHALFSDIR/Makefile |
[0170229] | 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.