source: HLFS/config@ d057075

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

Revised the comments in config files.

  • Property mode set to 100644
File size: 971 bytes
RevLine 
[0170229]1#####
2#
3# Configuration file for the HLFS module
4#
[12a5707]5# $Id$
6#
[0170229]7#####
[12a5707]8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
[0170229]9
10#--- Which library model to use uclibc/glibc
11MODEL=glibc
12
[916a8e9]13#--- The host system has grsecurity options enabled? 0(no)/1(yes)
[0170229]14GRSECURITY_HOST=0
15
16#--- Location of fstab file (if empty, a template is created)
[12a5707]17FSTAB=
[0170229]18
[916a8e9]19#--- Fully qualified path to a kernel config file
[1d756b0]20# If no config file is specified the kernel is NOT compiled
[12a5707]21CONFIG=
[0170229]22
23#--- Book's sources directory
24# If you have previously checked out the book from the repository
25BOOK=
26
27#==== INTERNAL VARIABLES ====
28# Don't edit it unless you know what you are doing
29
[916a8e9]30#--- Extra files that need be copied to $JHALFSDIR
[bef0a98]31FILES="patcheslist.xsl"
[0170229]32
33#--- Default stylesheet
[12a5707]34XSL=hlfs.xsl
[0170229]35
36#--- Book version
37LFSVRS=development
[916a8e9]38
39#--- Name of the makefile
[a6b81cd]40MKFILE=$JHALFSDIR/Makefile
[0170229]41
42#--- FTP/HTTP mirror used as fallback (full path)
43SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
Note: See TracBrowser for help on using the repository browser.