source: LFS/config@ 6db1464

experimental
Last change on this file since 6db1464 was a46ada0, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Added Id key to some file to see in what of them is expanded and in what not.

  • Property mode set to 100644
File size: 842 bytes
Line 
1#####
2#
3# Configuration file for the LFS module
4#
5# $Id$
6#
7#####
8declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
9
10#--- Location of fstab file (if empty, a template is created)
11FSTAB=$BUILDDIR/sources/fstab
12
13#--- Location of kernel config file (if the kernel is to be compiled)
14CONFIG=$PWD/config_files/linux-2.6.15.1-LFS.config
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
27XSL=dump-lfs-scripts.xsl
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.