source: LFS/config@ d43a271

experimental
Last change on this file since d43a271 was 12a5707, checked in by George Boudreau <georgeb@…>, 18 years ago

Adjusting scripts to new structure. Added jhalfs trunk changes. Will now create a lfs makefile.

  • Property mode set to 100644
File size: 767 bytes
RevLine 
[0170229]1#####
2#
3# Configuration file for the LFS module
4#
[a46ada0]5# $Id$
6#
[0170229]7#####
[12a5707]8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
[0170229]9
10#--- Location of fstab file (if empty, a template is created)
[12a5707]11FSTAB=
[0170229]12
13#--- Location of kernel config file (if the kernel is to be compiled)
[12a5707]14CONFIG=
[0170229]15
16#--- Book's sources directory
17# If you have previously checked out the book from the repository
18BOOK=
19
20#==== INTERNAL VARIABLES ====
21# Don't edit it unless you know what you are doing
22
23#--- Files that will be copied to $JHALFSDIR
24FILES=""
25
26#--- Default stylesheet
[12a5707]27XSL=lfs.xsl
[0170229]28
29#--- Book version
30LFSVRS=development
31
32#--- Name of the makefile
33MKFILE=$JHALFSDIR/lfs-Makefile
34
35#--- FTP/HTTP mirror used as fallback (full path)
36SERVER=ftp://anduin.linuxfromscratch.org/LFS/conglomeration
Note: See TracBrowser for help on using the repository browser.