source: jhalfs.conf@ b701a0f

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since b701a0f was b701a0f, checked in by Jeremy Huntwork <jhuntwork@…>, 18 years ago

Set scripts to use ftp mirrors instead of a specific http mirror for downloads

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#####
2#
3# Configuration file for the jhalfs build script
4#
5#####
6
7declare -r SVN="svn://svn.linuxfromscratch.org"
8declare -r FTP=ftp://ftp.linuxfromscratch.org/pub/lfs/conglomeration
9declare -r LOG=000-jhalfs.log
10
11#--- Mount point for the build
12BUILDDIR=/mnt/lfs
13
14#--- Download the source packages 0(no)/1(yes)
15HPKG=0
16
17#--- Run the makefile at the end 0(no)/1(yes)
18RUNMAKE=0
19
20#--- Run test suites 0(no)/1(yes)
21TEST=0
22
23#--- Run the toolchain tests 0(no)/1(yes)
24TOOLCHAINTEST=1
25
26#--- Run the stripping phases 0(no)/1(yes)
27STRIP=1
28
29#--- page definition for groff letter/A4
30PAGE=letter
31
32#--- set default timezone.
33TIMEZONE=Europe/London
34
35#--- install the optional vim-lang package 0(no)/1(yes)
36VIMLANG=1
37
38#--- Location of fstab file (if empty, a template is created)
39FSTAB=
40
41#--- Location of kernel config file (if the kernel is to be compiled)
42CONFIG=
43
44#--- Book's sources directory
45# Uncomment this variables if you have previously checked
46# out the book from the repository
47# BOOK=/path/to/book
48# WC=1
49
50
51#==== INTERNAL VARIABLES ====
52# Don't edit it unless you know what you are doing
53
54#--- Default stylesheet
55XSL=dump-lfs-scripts.xsl
56
57#--- Files that will be copied to $JHALFSDIR
58FILES="functions"
59
60#--- Working directories
61JHALFSDIR=$BUILDDIR/jhalfs
62 LOGDIR=$JHALFSDIR/logs
63 MKFILE=$JHALFSDIR/Makefile
64
65#--- Book version
66LFSVRS=development
Note: See TracBrowser for help on using the repository browser.