source: HLFS/config@ 15cad16

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

New download code.

  • Property mode set to 100644
File size: 790 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#--- Book's sources directory
23# If you have previously checked out the book from the repository
24BOOK=
25
26#==== INTERNAL VARIABLES ====
27# Don't edit it unless you know what you are doing
28
29#--- Extra files that need be copied to $JHALFSDIR
30FILES="patcheslist.xsl"
31
32#--- Default stylesheet
33XSL=hlfs.xsl
34
35#--- Book version
36LFSVRS=development
37
38#--- Name of the makefile
39MKFILE=$JHALFSDIR/Makefile
Note: See TracBrowser for help on using the repository browser.