source:
HLFS/config@
d68d2c1
Last change on this file since d68d2c1 was 3e7af38, checked in by , 19 years ago | |
---|---|
|
|
File size: 775 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 | |
22 | #--- Book's sources directory | |
23 | # If you have previously checked out the book from the repository | |
24 | BOOK= | |
25 | ||
26 | #==== INTERNAL VARIABLES ==== | |
27 | # Don't edit it unless you know what you are doing | |
28 | ||
[916a8e9] | 29 | #--- Extra files that need be copied to $JHALFSDIR |
[3e7af38] | 30 | FILES="" |
[0170229] | 31 | |
32 | #--- Default stylesheet | |
[12a5707] | 33 | XSL=hlfs.xsl |
[0170229] | 34 | |
35 | #--- Book version | |
36 | LFSVRS=development | |
[916a8e9] | 37 | |
38 | #--- Name of the makefile | |
[a6b81cd] | 39 | MKFILE=$JHALFSDIR/Makefile |
Note:
See TracBrowser
for help on using the repository browser.