From 6de670828e4027bff2ff8bb1713e9acf0a59e986 Mon Sep 17 00:00:00 2001 From: age Date: Thu, 18 Aug 2005 09:06:05 +0000 Subject: [PATCH] mist keine a was ich geaendert hab --- cbox-build.sh | 2 +- validation/validate.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cbox-build.sh b/cbox-build.sh index 9be7f21..aaa564b 100755 --- a/cbox-build.sh +++ b/cbox-build.sh @@ -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) diff --git a/validation/validate.sh b/validation/validate.sh index b5eb84e..a8fcf4d 100755 --- a/validation/validate.sh +++ b/validation/validate.sh @@ -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