source: LFS/config@ 1b99a8b

experimental
Last change on this file since 1b99a8b 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
RevLine 
[0170229]1#####
2#
3# Configuration file for the LFS module
4#
[a46ada0]5# $Id$
6#
[0170229]7#####
8
[9485eba]9#--- Unprivileged user and group name
10LUSER=lfs
11LGROUP=lfs
12
[0170229]13#--- Location of fstab file (if empty, a template is created)
[12a5707]14FSTAB=
[0170229]15
[916a8e9]16#--- Fully qualified path to a kernel config file
[3b63c8c]17# If no config file is specified the kernel is NOT compiled
[12a5707]18CONFIG=
[0170229]19
[3b63c8c]20# Get the kernel package and patches even if no configuration file
[47fddc8]21# has been supplied? n(no)/y(yes)
22GETKERNEL=n
[34933b4]23
[0170229]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
[916a8e9]31#--- Extra files that need be copied to $JHALFSDIR
[0170229]32FILES=""
33
34#--- Default stylesheet
[12a5707]35XSL=lfs.xsl
[0170229]36
37#--- Book version
38LFSVRS=development
[3b63c8c]39TREE=trunk/BOOK
[0170229]40
41#--- Name of the makefile
[a6b81cd]42MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.