source: LFS/config@ 916a8e9

experimental
Last change on this file since 916a8e9 was 916a8e9, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Revised the comments in config files.

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