source: LFS/config@ b2489fb

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since b2489fb was d385453, checked in by George Boudreau <georgeb@…>, 18 years ago

numerous grammar/spelling corrections provided by Chris Staub

  • Property mode set to 100644
File size: 759 bytes
RevLine 
[877cc6a]1#####
2#
3# Configuration file for the LFS module
4#
5# $Id$
6#
7#####
8
9#--- Location of fstab file (if empty, a template is created)
10FSTAB=
11
12#--- Fully qualified path to a kernel config file
[d385453]13# If no config file is specified the kernel is NOT compiled
[877cc6a]14CONFIG=
15
[d385453]16# Get the kernel package and patches even if no configuration file
[294c937]17# has been supplied? 0(no)/1(yes)
18GETKERNEL=0
19
[877cc6a]20#--- Book's sources directory
21# If you have previously checked out the book from the repository
22BOOK=
23
24#==== INTERNAL VARIABLES ====
25# Don't edit it unless you know what you are doing
26
27#--- Extra files that need be copied to $JHALFSDIR
28FILES=""
29
30#--- Default stylesheet
31XSL=lfs.xsl
32
33#--- Book version
34LFSVRS=development
[a6655ff]35TREE=trunk/BOOK
[877cc6a]36
37#--- Name of the makefile
38MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.