experimental
Last change
on this file since d68d2c1 was 3e7af38, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Keeping sinchronized experimental branch with trunk.
|
-
Property mode
set to
100644
|
File size:
775 bytes
|
Line | |
---|
1 | #####
|
---|
2 | #
|
---|
3 | # Configuration file for the HLFS module
|
---|
4 | #
|
---|
5 | # $Id$
|
---|
6 | #
|
---|
7 | #####
|
---|
8 |
|
---|
9 | #--- Which library model to use uclibc/glibc
|
---|
10 | MODEL=glibc
|
---|
11 |
|
---|
12 | #--- The host system has grsecurity options enabled? 0(no)/1(yes)
|
---|
13 | GRSECURITY_HOST=0
|
---|
14 |
|
---|
15 | #--- Location of fstab file (if empty, a template is created)
|
---|
16 | FSTAB=
|
---|
17 |
|
---|
18 | #--- Fully qualified path to a kernel config file
|
---|
19 | # If no config file is specified the kernel is NOT compiled
|
---|
20 | CONFIG=
|
---|
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 |
|
---|
29 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
30 | FILES=""
|
---|
31 |
|
---|
32 | #--- Default stylesheet
|
---|
33 | XSL=hlfs.xsl
|
---|
34 |
|
---|
35 | #--- Book version
|
---|
36 | LFSVRS=development
|
---|
37 |
|
---|
38 | #--- Name of the makefile
|
---|
39 | MKFILE=$JHALFSDIR/Makefile
|
---|
Note:
See
TracBrowser
for help on using the repository browser.