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