source: LFS/config@ 7c4730c

experimental
Last change on this file since 7c4730c was 3b63c8c, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated experimental branch to current trunk code.

  • Property mode set to 100644
File size: 759 bytes
RevLine 
[0170229]1#####
2#
3# Configuration file for the LFS module
4#
[a46ada0]5# $Id$
6#
[0170229]7#####
8
9#--- Location of fstab file (if empty, a template is created)
[12a5707]10FSTAB=
[0170229]11
[916a8e9]12#--- Fully qualified path to a kernel config file
[3b63c8c]13# If no config file is specified the kernel is NOT compiled
[12a5707]14CONFIG=
[0170229]15
[3b63c8c]16# Get the kernel package and patches even if no configuration file
[34933b4]17# has been supplied? 0(no)/1(yes)
18GETKERNEL=0
19
[0170229]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
[916a8e9]27#--- Extra files that need be copied to $JHALFSDIR
[0170229]28FILES=""
29
30#--- Default stylesheet
[12a5707]31XSL=lfs.xsl
[0170229]32
33#--- Book version
34LFSVRS=development
[3b63c8c]35TREE=trunk/BOOK
[0170229]36
37#--- Name of the makefile
[a6b81cd]38MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.