source: HLFS/config@ bef0a98

experimental
Last change on this file since bef0a98 was bef0a98, checked in by George Boudreau <georgeb@…>, 18 years ago

Housekeeping for HLFS.. changes to common/common_funtions to get HLFS running

  • Property mode set to 100644
File size: 902 bytes
Line 
1#####
2#
3# Configuration file for the HLFS module
4#
5# $Id$
6#
7#####
8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
9
10#--- Which library model to use uclibc/glibc
11MODEL=glibc
12
13#--- The host system has grsecurity options enabled 0(no)/1(yes)
14GRSECURITY_HOST=0
15
16#--- Location of fstab file (if empty, a template is created)
17FSTAB=
18
19#--- Location of kernel config file (if the kernel is to be 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#--- Files that will be copied to $JHAHLFSDIR
30FILES="patcheslist.xsl"
31
32#--- Default stylesheet
33XSL=hlfs.xsl
34
35#--- Book version
36LFSVRS=development
37MKFILE=$JHALFSDIR/hlfs-Makefile
38
39#--- FTP/HTTP mirror used as fallback (full path)
40SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
Note: See TracBrowser for help on using the repository browser.