# IMGDIR="/absolute/path/to/raw/system/images" if [ -z "$IMGDIR" ] ; then IMGDIR="$(dirname $(realpath $0))" ; fi # debian testing SYS[debian8]="linux" FS[debian8]="$IMGDIR/images/debian8/debian.img" QEMUOPT[debian8]="-localtime -m 512"