1.0
2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 0ad851d was 877cc6a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago |
Merged experimental branch to trunk.
Updated TODO.
|
-
Property mode
set to
100644
|
File size:
971 bytes
|
Line | |
---|
1 | #####
|
---|
2 | #
|
---|
3 | # Configuration file for the HLFS module
|
---|
4 | #
|
---|
5 | # $Id$
|
---|
6 | #
|
---|
7 | #####
|
---|
8 | declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
|
---|
9 |
|
---|
10 | #--- Which library model to use uclibc/glibc
|
---|
11 | MODEL=glibc
|
---|
12 |
|
---|
13 | #--- The host system has grsecurity options enabled? 0(no)/1(yes)
|
---|
14 | GRSECURITY_HOST=0
|
---|
15 |
|
---|
16 | #--- Location of fstab file (if empty, a template is created)
|
---|
17 | FSTAB=
|
---|
18 |
|
---|
19 | #--- Fully qualified path to a kernel config file
|
---|
20 | # If no config file is specified the kernel is NOT compiled
|
---|
21 | CONFIG=
|
---|
22 |
|
---|
23 | #--- Book's sources directory
|
---|
24 | # If you have previously checked out the book from the repository
|
---|
25 | BOOK=
|
---|
26 |
|
---|
27 | #==== INTERNAL VARIABLES ====
|
---|
28 | # Don't edit it unless you know what you are doing
|
---|
29 |
|
---|
30 | #--- Extra files that need be copied to $JHALFSDIR
|
---|
31 | FILES="patcheslist.xsl"
|
---|
32 |
|
---|
33 | #--- Default stylesheet
|
---|
34 | XSL=hlfs.xsl
|
---|
35 |
|
---|
36 | #--- Book version
|
---|
37 | LFSVRS=development
|
---|
38 |
|
---|
39 | #--- Name of the makefile
|
---|
40 | MKFILE=$JHALFSDIR/Makefile
|
---|
41 |
|
---|
42 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
43 | SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
|
---|
Note:
See
TracBrowser
for help on using the repository browser.