experimental
Last change
on this file since 386bc75 was bef0a98, checked in by George Boudreau <georgeb@…>, 19 years ago |
Housekeeping for HLFS.. changes to common/common_funtions to get HLFS running
|
-
Property mode
set to
100644
|
File size:
902 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 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
20 | CONFIG=
|
---|
21 |
|
---|
22 | #--- Book's sources directory
|
---|
23 | # If you have previously checked out the book from the repository
|
---|
24 | BOOK=
|
---|
25 |
|
---|
26 | #==== INTERNAL VARIABLES ====
|
---|
27 | # Don't edit it unless you know what you are doing
|
---|
28 |
|
---|
29 | #--- Files that will be copied to $JHAHLFSDIR
|
---|
30 | FILES="patcheslist.xsl"
|
---|
31 |
|
---|
32 | #--- Default stylesheet
|
---|
33 | XSL=hlfs.xsl
|
---|
34 |
|
---|
35 | #--- Book version
|
---|
36 | LFSVRS=development
|
---|
37 | MKFILE=$JHALFSDIR/hlfs-Makefile
|
---|
38 |
|
---|
39 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
40 | SERVER=ftp://anduin.linuxfromscratch.org/HLFS/conglomeration
|
---|
Note:
See
TracBrowser
for help on using the repository browser.