experimental
Last change
on this file since 075115a was 0170229, checked in by Manuel Canales Esparcia <manuel@…>, 19 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
|
Rev | Line | |
---|
[0170229] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Masterscript configuration file
|
---|
| 4 | #
|
---|
| 5 | #####
|
---|
| 6 |
|
---|
| 7 | declare -r SVN="svn://svn.linuxfromscratch.org"
|
---|
| 8 | declare -r LOG=000-masterscript.log
|
---|
| 9 |
|
---|
| 10 | #--- Mount point for the build
|
---|
| 11 | BUILDDIR=/mnt/SourceFiles
|
---|
| 12 |
|
---|
| 13 | #--- Download the source packages 0(no)/1(yes)
|
---|
| 14 | HPKG=0
|
---|
| 15 |
|
---|
| 16 | #--- Run the makefile at the end 0(no)/1(yes)
|
---|
| 17 | RUNMAKE=0
|
---|
| 18 |
|
---|
| 19 | #--- Run test suites 0(no)/1(yes)
|
---|
| 20 | TEST=1
|
---|
| 21 |
|
---|
| 22 | #--- Run the toolchain tests 0(no)/1(yes)
|
---|
| 23 | TOOLCHAINTEST=1
|
---|
| 24 |
|
---|
| 25 | #--- Run the stripping phases 0(no)/1(yes)
|
---|
| 26 | STRIP=1
|
---|
| 27 |
|
---|
| 28 | #--- page definition for groff letter/A4
|
---|
| 29 | PAGE=letter
|
---|
| 30 |
|
---|
| 31 | #--- set default timezone.
|
---|
| 32 | TIMEZONE=America/Toronto
|
---|
| 33 |
|
---|
| 34 | #--- install the optional vim-lang package 0(no)/1(yes)
|
---|
| 35 | VIMLANG=0
|
---|
| 36 |
|
---|
| 37 | #--- Language information, /etc/profile see <locale -a> for values
|
---|
| 38 | LC_ALL=en_CA
|
---|
| 39 | LANG=en_CA
|
---|
| 40 |
|
---|
| 41 | #--- Include the keymap in the kernel if defined
|
---|
| 42 | KEYMAP=/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
|
---|
| 48 | JHALFSDIR=$BUILDDIR/jhalfs
|
---|
| 49 | LOGDIR=$JHALFSDIR/logs
|
---|
Note:
See
TracBrowser
for help on using the repository browser.