source: LFS/config@ 8946876

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

Change bool parameter definitions from 0/1 to y/n to match the new menu app

  • 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? n(no)/y(yes)
22GETKERNEL=n
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.