#!/bin/sh set -e source $(dirname $0)/env.sh tools/build-iso.sh qemu-system-x86_64 -cdrom Luna.iso -smp 1 -m 256M -serial stdio -enable-kvm $@