source: HLFS/config@ 0170229

experimental
Last change on this file since 0170229 was 0170229, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Added base files from George's jhalfs-experimental-2 POC.
WARNING: This code is broken due files renaming.

  • Property mode set to 100644
File size: 998 bytes
Line 
1#####
2#
3# Configuration file for the HLFS module
4#
5#####
6declare -r HTTP=http://ftp.lfs-matrix.net/pub/hlfs/conglomeration
7
8#--- Which library model to use uclibc/glibc
9MODEL=glibc
10
11#--- The host system has grsecurity options enabled 0(no)/1(yes)
12GRSECURITY_HOST=0
13
14#--- Location of fstab file (if empty, a template is created)
15FSTAB=$BUILDDIR/sources/fstab
16
17#--- Location of kernel config file (if the kernel is to be compiled)
18CONFIG=$BUILDDIR/sources/linux-2.6.14.6-HLFS.config
19
20#--- Book's sources directory
21# If you have previously checked out the book from the repository
22BOOK=
23
24#==== INTERNAL VARIABLES ====
25# Don't edit it unless you know what you are doing
26
27#--- Files that will be copied to $JHAHLFSDIR
28FILES="dump-hlfs-scripts.xsl hlfs-patcheslist_.xsl"
29
30#--- Default stylesheet
31XSL=dump-hlfs-scripts.xsl
32
33#--- Book version
34LFSVRS=development
35MKFILE=$JHALFSDIR/hlfs-Makefile
36
37#--- FTP/HTTP mirror used as fallback (full path)
38SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
Note: See TracBrowser for help on using the repository browser.