This repository has been archived on 2024-10-17. You can view files and clone it, but cannot push or open issues or pull requests.
MahiroOS-jhalfs/HLFS/config

45 lines
905 B
Text
Raw Normal View History

#####
#
# Configuration file for the HLFS module
#
# $Id$
#
#####
#--- Which library model to use uclibc/glibc
MODEL=glibc
2006-03-29 20:41:33 +02:00
#--- 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=
2006-03-29 20:41:33 +02:00
#--- Fully qualified path to a kernel config file
# If no config file is specified the kernel is NOT compiled
CONFIG=
2006-05-27 20:45:16 +02:00
# Get the kernel package and patches even if no configutation file
# has been supplied? 0(no)/1(yes)
GETKERNEL=0
#--- 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
2006-03-29 20:41:33 +02:00
#--- Extra files that need be copied to $JHALFSDIR
FILES=""
#--- Default stylesheet
XSL=hlfs.xsl
#--- Book version
LFSVRS=development
TREE=trunk/BOOK
2006-03-29 20:41:33 +02:00
#--- Name of the makefile
MKFILE=$JHALFSDIR/Makefile