source:
LFS/config@
3c61617
Last change on this file since 3c61617 was a6b81cd, checked in by , 19 years ago | |
---|---|
|
|
File size: 763 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 | |
13 | #--- Location of kernel config file (if the kernel is to be compiled) | |
[12a5707] | 14 | CONFIG= |
[0170229] | 15 | |
16 | #--- Book's sources directory | |
17 | # If you have previously checked out the book from the repository | |
18 | BOOK= | |
19 | ||
20 | #==== INTERNAL VARIABLES ==== | |
21 | # Don't edit it unless you know what you are doing | |
22 | ||
23 | #--- Files that will be copied to $JHALFSDIR | |
24 | FILES="" | |
25 | ||
26 | #--- Default stylesheet | |
[12a5707] | 27 | XSL=lfs.xsl |
[0170229] | 28 | |
29 | #--- Book version | |
30 | LFSVRS=development | |
31 | ||
32 | #--- Name of the makefile | |
[a6b81cd] | 33 | MKFILE=$JHALFSDIR/Makefile |
[0170229] | 34 | |
35 | #--- FTP/HTTP mirror used as fallback (full path) | |
36 | SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration |
Note:
See TracBrowser
for help on using the repository browser.