source: LFS/config@ 5ff30ff

experimental
Last change on this file since 5ff30ff was a6b81cd, checked in by George Boudreau <georgeb@…>, 19 years ago

Change xxx-Makefile to Makefile, remove psmisc hack.

  • Property mode set to 100644
File size: 763 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
[a6b81cd]33MKFILE=$JHALFSDIR/Makefile
[0170229]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.