prefix config variables with RELENG_

This commit is contained in:
George Danchev
2011-06-28 16:20:31 +00:00
parent a4f1f704e4
commit 9a726fb231
2 changed files with 43 additions and 43 deletions

View File

@ -3,16 +3,16 @@
# *** Then a run of 'releng_build_isojigdo -rc' will pick it up
# xorriso executable to be tested
XOR=/path/to/xorriso
RELENG_XORRISO=/path/to/xorriso
# Should contain an ISOLINUX setup and some payload files
DIR=/path/to/input_dir
RELENG_DIR=/path/to/input_dir
# Gets created resp. overwritten by this test
IMG=/path/to/out_image
RELENG_IMG=/path/to/out_image
# It is part of the ISOLINUX setup in $DIR
ISOLINUX_BIN=/path/to/input_dir/isolinux.bin
RELENG_ISOLINUX_BIN=/path/to/input_dir/isolinux.bin
# Will be created in the ISO image. Should not exist in $DIR
BOOT_CAT=/path/to/boot.cat
RELENG_BOOT_CAT=/path/to/boot.cat