experimental
Last change
on this file since 22670f4 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 | #####
|
---|
6 | declare -r HTTP=http://ftp.lfs-matrix.net/pub/hlfs/conglomeration
|
---|
7 |
|
---|
8 | #--- Which library model to use uclibc/glibc
|
---|
9 | MODEL=glibc
|
---|
10 |
|
---|
11 | #--- The host system has grsecurity options enabled 0(no)/1(yes)
|
---|
12 | GRSECURITY_HOST=0
|
---|
13 |
|
---|
14 | #--- Location of fstab file (if empty, a template is created)
|
---|
15 | FSTAB=$BUILDDIR/sources/fstab
|
---|
16 |
|
---|
17 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
18 | CONFIG=$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
|
---|
22 | BOOK=
|
---|
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
|
---|
28 | FILES="dump-hlfs-scripts.xsl hlfs-patcheslist_.xsl"
|
---|
29 |
|
---|
30 | #--- Default stylesheet
|
---|
31 | XSL=dump-hlfs-scripts.xsl
|
---|
32 |
|
---|
33 | #--- Book version
|
---|
34 | LFSVRS=development
|
---|
35 | MKFILE=$JHALFSDIR/hlfs-Makefile
|
---|
36 |
|
---|
37 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
38 | SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
|
---|
Note:
See
TracBrowser
for help on using the repository browser.