mist keine a was ich geaendert hab

This commit is contained in:
age 2005-08-18 09:06:05 +00:00
parent 645445d95c
commit 6de670828e
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ MKISOFS_OPTIONS="-allow-multidot -U -D -iso-level 3 -b boot/grub/stage2_eltorito
CHROOTSTART="/usr/lib/cryptobox/chroot-start.sh"
# for burning a CD
CDWRITER="0,0,0"
CDWRITER="2,0,0"
# qemu network configuration file
QEMU_IFUP_FILE=$(get_config_file qemu-ifup)

View File

@ -10,7 +10,7 @@ set -eu
CB_ROOT_DIR=$(dirname $0)/..
TEST_CASES_DIR=$CB_ROOT_DIR/validation/test-cases
# TODO: take care, that this file exists! (it is created during "upload", "diff" or "merge")
HOST_IP=192.168.0.23
HOST_IP=192.168.0.24
REPORT_DIR=/tmp/cryptobox-validation-$$
REPORT_DIR=$CB_ROOT_DIR/validation/report
SUMMARY_TEMPLATE_DIR=$CB_ROOT_DIR/validation/templates