2011-06-25 16:18:39 +00:00
|
|
|
# *** Set your paths, see below
|
2011-06-24 13:00:33 +00:00
|
|
|
# *** Expected location is $HOME/releng_build_isojigdo.conf
|
2011-06-24 13:02:05 +00:00
|
|
|
# *** Then a run of 'releng_build_isojigdo -rc' will pick it up
|
2011-06-25 16:18:39 +00:00
|
|
|
|
|
|
|
# xorriso executable to be tested
|
2011-06-24 13:00:33 +00:00
|
|
|
XOR=/path/to/xorriso
|
2011-06-25 16:18:39 +00:00
|
|
|
|
|
|
|
# Should contain an ISOLINUX setup and some payload files
|
2011-06-24 13:00:33 +00:00
|
|
|
DIR=/path/to/input_dir
|
2011-06-25 16:18:39 +00:00
|
|
|
|
|
|
|
# Gets created resp. overwritten by this test
|
2011-06-24 13:00:33 +00:00
|
|
|
IMG=/path/to/out_image
|
2011-06-25 16:18:39 +00:00
|
|
|
|
|
|
|
# It is part of the ISOLINUX setup in $DIR
|
|
|
|
ISOLINUX_BIN=/path/to/input_dir/isolinux.bin
|
|
|
|
|
|
|
|
# Will be created in the ISO image. Should not exist in $DIR
|
2011-06-24 13:00:33 +00:00
|
|
|
BOOT_CAT=/path/to/boot.cat
|