source: LFS/config@ 3e7af38

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

Keeping sinchronized experimental branch with trunk.

  • Property mode set to 100644
File size: 630 bytes
Line 
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
13# If no config file is specified the kernel is NOT compiled
14CONFIG=
15
16#--- Book's sources directory
17# If you have previously checked out the book from the repository
18BOOK=
19
20#==== INTERNAL VARIABLES ====
21# Don't edit it unless you know what you are doing
22
23#--- Extra files that need be copied to $JHALFSDIR
24FILES=""
25
26#--- Default stylesheet
27XSL=lfs.xsl
28
29#--- Book version
30LFSVRS=development
31
32#--- Name of the makefile
33MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.