source: LFS/config@ 398a037

experimental
Last change on this file since 398a037 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: 819 bytes
Line 
1#####
2#
3# Configuration file for the LFS module
4#
5# $Id$
6#
7#####
8
9#--- Unprivileged user and group name
10LUSER=lfs
11LGROUP=lfs
12
13#--- Location of fstab file (if empty, a template is created)
14FSTAB=
15
16#--- Fully qualified path to a kernel config file
17# If no config file is specified the kernel is NOT compiled
18CONFIG=
19
20# Get the kernel package and patches even if no configuration file
21# has been supplied? 0(no)/1(yes)
22GETKERNEL=0
23
24#--- Book's sources directory
25# If you have previously checked out the book from the repository
26BOOK=
27
28#==== INTERNAL VARIABLES ====
29# Don't edit it unless you know what you are doing
30
31#--- Extra files that need be copied to $JHALFSDIR
32FILES=""
33
34#--- Default stylesheet
35XSL=lfs.xsl
36
37#--- Book version
38LFSVRS=development
39TREE=trunk/BOOK
40
41#--- Name of the makefile
42MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.