source: LFS/config@ 4b2c478

experimental
Last change on this file since 4b2c478 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
Line 
1#####
2#
3# Configuration file for the LFS module
4#
5#####
6declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
7
8#--- Location of fstab file (if empty, a template is created)
9FSTAB=$BUILDDIR/sources/fstab
10
11#--- Location of kernel config file (if the kernel is to be compiled)
12CONFIG=$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
16BOOK=
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
22FILES=""
23
24#--- Default stylesheet
25XSL=dump-lfs-scripts.xsl
26
27#--- Book version
28LFSVRS=development
29
30#--- Name of the makefile
31MKFILE=$JHALFSDIR/lfs-Makefile
32
33#--- FTP/HTTP mirror used as fallback (full path)
34SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration
Note: See TracBrowser for help on using the repository browser.