source: common/config@ 0170229

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

Added base files from George's jhalfs-experimental-2 POC.
WARNING: This code is broken due files renaming.

  • Property mode set to 100644
File size: 994 bytes
Line 
1#####
2#
3# Masterscript configuration file
4#
5#####
6
7declare -r SVN="svn://svn.linuxfromscratch.org"
8declare -r LOG=000-masterscript.log
9
10#--- Mount point for the build
11BUILDDIR=/mnt/SourceFiles
12
13#--- Download the source packages 0(no)/1(yes)
14HPKG=0
15
16#--- Run the makefile at the end 0(no)/1(yes)
17RUNMAKE=0
18
19#--- Run test suites 0(no)/1(yes)
20TEST=1
21
22#--- Run the toolchain tests 0(no)/1(yes)
23TOOLCHAINTEST=1
24
25#--- Run the stripping phases 0(no)/1(yes)
26STRIP=1
27
28#--- page definition for groff letter/A4
29PAGE=letter
30
31#--- set default timezone.
32TIMEZONE=America/Toronto
33
34#--- install the optional vim-lang package 0(no)/1(yes)
35VIMLANG=0
36
37#--- Language information, /etc/profile see <locale -a> for values
38LC_ALL=en_CA
39LANG=en_CA
40
41#--- Include the keymap in the kernel if defined
42KEYMAP=/usr/share/kbd/keymaps/i386/qwerty/us.map.gz
43
44#==== INTERNAL VARIABLES ====
45# Don't edit it unless you know what you are doing
46
47#--- Working directories
48JHALFSDIR=$BUILDDIR/jhalfs
49 LOGDIR=$JHALFSDIR/logs
Note: See TracBrowser for help on using the repository browser.