39 lines
998 B
Text
39 lines
998 B
Text
|
#####
|
||
|
#
|
||
|
# Configuration file for the HLFS module
|
||
|
#
|
||
|
#####
|
||
|
declare -r HTTP=http://ftp.lfs-matrix.net/pub/hlfs/conglomeration
|
||
|
|
||
|
#--- Which library model to use uclibc/glibc
|
||
|
MODEL=glibc
|
||
|
|
||
|
#--- The host system has grsecurity options enabled 0(no)/1(yes)
|
||
|
GRSECURITY_HOST=0
|
||
|
|
||
|
#--- Location of fstab file (if empty, a template is created)
|
||
|
FSTAB=$BUILDDIR/sources/fstab
|
||
|
|
||
|
#--- Location of kernel config file (if the kernel is to be compiled)
|
||
|
CONFIG=$BUILDDIR/sources/linux-2.6.14.6-HLFS.config
|
||
|
|
||
|
#--- Book's sources directory
|
||
|
# If you have previously checked out the book from the repository
|
||
|
BOOK=
|
||
|
|
||
|
#==== INTERNAL VARIABLES ====
|
||
|
# Don't edit it unless you know what you are doing
|
||
|
|
||
|
#--- Files that will be copied to $JHAHLFSDIR
|
||
|
FILES="dump-hlfs-scripts.xsl hlfs-patcheslist_.xsl"
|
||
|
|
||
|
#--- Default stylesheet
|
||
|
XSL=dump-hlfs-scripts.xsl
|
||
|
|
||
|
#--- Book version
|
||
|
LFSVRS=development
|
||
|
MKFILE=$JHALFSDIR/hlfs-Makefile
|
||
|
|
||
|
#--- FTP/HTTP mirror used as fallback (full path)
|
||
|
SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
|