experimental
Last change
on this file since 075115a 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:
833 bytes
|
Rev | Line | |
---|
[0170229] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the LFS module
|
---|
| 4 | #
|
---|
| 5 | #####
|
---|
| 6 | declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
---|
| 7 |
|
---|
| 8 | #--- Location of fstab file (if empty, a template is created)
|
---|
| 9 | FSTAB=$BUILDDIR/sources/fstab
|
---|
| 10 |
|
---|
| 11 | #--- Location of kernel config file (if the kernel is to be compiled)
|
---|
| 12 | CONFIG=$PWD/config_files/linux-2.6.15.1-LFS.config
|
---|
| 13 |
|
---|
| 14 | #--- Book's sources directory
|
---|
| 15 | # If you have previously checked out the book from the repository
|
---|
| 16 | BOOK=
|
---|
| 17 |
|
---|
| 18 | #==== INTERNAL VARIABLES ====
|
---|
| 19 | # Don't edit it unless you know what you are doing
|
---|
| 20 |
|
---|
| 21 | #--- Files that will be copied to $JHALFSDIR
|
---|
| 22 | FILES=""
|
---|
| 23 |
|
---|
| 24 | #--- Default stylesheet
|
---|
| 25 | XSL=dump-lfs-scripts.xsl
|
---|
| 26 |
|
---|
| 27 | #--- Book version
|
---|
| 28 | LFSVRS=development
|
---|
| 29 |
|
---|
| 30 | #--- Name of the makefile
|
---|
| 31 | MKFILE=$JHALFSDIR/lfs-Makefile
|
---|
| 32 |
|
---|
| 33 | #--- FTP/HTTP mirror used as fallback (full path)
|
---|
| 34 | SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration
|
---|
Note:
See
TracBrowser
for help on using the repository browser.