source: HLFS/config@ a6655ff

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since a6655ff was a6655ff, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Avoiding hardcoded supported books versions.

  • Property mode set to 100644
File size: 905 bytes
Line 
1#####
2#
3# Configuration file for the HLFS module
4#
5# $Id$
6#
7#####
8
9#--- Which library model to use uclibc/glibc
10MODEL=glibc
11
12#--- The host system has grsecurity options enabled? 0(no)/1(yes)
13GRSECURITY_HOST=0
14
15#--- Location of fstab file (if empty, a template is created)
16FSTAB=
17
18#--- Fully qualified path to a kernel config file
19# If no config file is specified the kernel is NOT compiled
20CONFIG=
21
22# Get the kernel package and patches even if no configutation file
23# has been supplied? 0(no)/1(yes)
24GETKERNEL=0
25
26#--- Book's sources directory
27# If you have previously checked out the book from the repository
28BOOK=
29
30#==== INTERNAL VARIABLES ====
31# Don't edit it unless you know what you are doing
32
33#--- Extra files that need be copied to $JHALFSDIR
34FILES=""
35
36#--- Default stylesheet
37XSL=hlfs.xsl
38
39#--- Book version
40LFSVRS=development
41TREE=trunk/BOOK
42
43#--- Name of the makefile
44MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.