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