source:
LFS/config@
613d46b
Last change on this file since 613d46b was 3b63c8c, checked in by , 18 years ago | |
---|---|
|
|
File size: 759 bytes |
Rev | Line | |
---|---|---|
[0170229] | 1 | ##### |
2 | # | |
3 | # Configuration file for the LFS module | |
4 | # | |
[a46ada0] | 5 | # $Id$ |
6 | # | |
[0170229] | 7 | ##### |
8 | ||
9 | #--- Location of fstab file (if empty, a template is created) | |
[12a5707] | 10 | FSTAB= |
[0170229] | 11 | |
[916a8e9] | 12 | #--- Fully qualified path to a kernel config file |
[3b63c8c] | 13 | # If no config file is specified the kernel is NOT compiled |
[12a5707] | 14 | CONFIG= |
[0170229] | 15 | |
[3b63c8c] | 16 | # Get the kernel package and patches even if no configuration file |
[34933b4] | 17 | # has been supplied? 0(no)/1(yes) |
18 | GETKERNEL=0 | |
19 | ||
[0170229] | 20 | #--- Book's sources directory |
21 | # If you have previously checked out the book from the repository | |
22 | BOOK= | |
23 | ||
24 | #==== INTERNAL VARIABLES ==== | |
25 | # Don't edit it unless you know what you are doing | |
26 | ||
[916a8e9] | 27 | #--- Extra files that need be copied to $JHALFSDIR |
[0170229] | 28 | FILES="" |
29 | ||
30 | #--- Default stylesheet | |
[12a5707] | 31 | XSL=lfs.xsl |
[0170229] | 32 | |
33 | #--- Book version | |
34 | LFSVRS=development | |
[3b63c8c] | 35 | TREE=trunk/BOOK |
[0170229] | 36 | |
37 | #--- Name of the makefile | |
[a6b81cd] | 38 | MKFILE=$JHALFSDIR/Makefile |
Note:
See TracBrowser
for help on using the repository browser.