source: HLFS/config@ 9485eba

experimental
Last change on this file since 9485eba was 9485eba, checked in by George Boudreau <georgeb@…>, 18 years ago

Implement suggestion made byDan Nicholson for configurable user/group. Required many changes and allowed for the removal of user specific function calls. Tnx Dan

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