2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 31e78bd was 6ad5a2f, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Ported LUSER code and last CLFS2 fix from experimental.
|
-
Property mode
set to
100644
|
File size:
967 bytes
|
Rev | Line | |
---|
[877cc6a] | 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 |
|
---|
[6ad5a2f] | 15 | #--- Unprivileged user and group name
|
---|
| 16 | LUSER=hlfs
|
---|
| 17 | LGROUP=hlfs
|
---|
| 18 |
|
---|
[877cc6a] | 19 | #--- Location of fstab file (if empty, a template is created)
|
---|
| 20 | FSTAB=
|
---|
| 21 |
|
---|
| 22 | #--- Fully qualified path to a kernel config file
|
---|
| 23 | # If no config file is specified the kernel is NOT compiled
|
---|
| 24 | CONFIG=
|
---|
| 25 |
|
---|
[294c937] | 26 | # Get the kernel package and patches even if no configutation file
|
---|
| 27 | # has been supplied? 0(no)/1(yes)
|
---|
| 28 | GETKERNEL=0
|
---|
| 29 |
|
---|
[877cc6a] | 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 |
|
---|
| 37 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
[90ba00e] | 38 | FILES=""
|
---|
[877cc6a] | 39 |
|
---|
| 40 | #--- Default stylesheet
|
---|
| 41 | XSL=hlfs.xsl
|
---|
| 42 |
|
---|
| 43 | #--- Book version
|
---|
| 44 | LFSVRS=development
|
---|
[a6655ff] | 45 | TREE=trunk/BOOK
|
---|
[877cc6a] | 46 |
|
---|
| 47 | #--- Name of the makefile
|
---|
| 48 | MKFILE=$JHALFSDIR/Makefile
|
---|
Note:
See
TracBrowser
for help on using the repository browser.