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