3 echo "Usage: $0 cdrom mountpoint [tests]"
8 export KERNEL=$(find "$2"/boot/ -name linux26)
9 export INITRD=$(find "$2"/boot/ -name initrd.gz)
10 export CMDLINE_COMMON="$(awk '/append/ { $1 = $2 = ""; print }' "$2/boot/isolinux/default.cfg")"
15 export SERVER_STATUS="$PWD/webserver.py"
16 export FRAMEWORK="$PWD/framework.sh"
22 for dir in $TESTS ; do
23 [ ! -x $dir ] && continue