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
RevLine 
[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
10LUSER=hlfs
11LGROUP=hlfs
12
[0170229]13#--- Which library model to use uclibc/glibc
14MODEL=glibc
15
[916a8e9]16#--- The host system has grsecurity options enabled? 0(no)/1(yes)
[0170229]17GRSECURITY_HOST=0
18
[9485eba]19#--- Unprivileged user and group name
20LUSER=hlfs
21LGROUP=hlfs
22
[0170229]23#--- Location of fstab file (if empty, a template is created)
[12a5707]24FSTAB=
[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]28CONFIG=
[0170229]29
[34933b4]30# Get the kernel package and patches even if no configutation file
31# has been supplied? 0(no)/1(yes)
32GETKERNEL=0
33
[0170229]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
[916a8e9]41#--- Extra files that need be copied to $JHALFSDIR
[3e7af38]42FILES=""
[0170229]43
44#--- Default stylesheet
[12a5707]45XSL=hlfs.xsl
[0170229]46
47#--- Book version
48LFSVRS=development
[3b63c8c]49TREE=trunk/BOOK
[916a8e9]50
51#--- Name of the makefile
[a6b81cd]52MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.