source: LFS/config@ c58f330

experimental
Last change on this file since c58f330 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
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
[916a8e9]13#--- Fully qualified path to a kernel config file
14# If no config file is specified the kernel is NOT compiled
[12a5707]15CONFIG=
[0170229]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
[916a8e9]24#--- Extra files that need be copied to $JHALFSDIR
[0170229]25FILES=""
26
27#--- Default stylesheet
[12a5707]28XSL=lfs.xsl
[0170229]29
30#--- Book version
31LFSVRS=development
32
33#--- Name of the makefile
[a6b81cd]34MKFILE=$JHALFSDIR/Makefile
[0170229]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.