#!/bin/sh

/usr/local/bin/qemu-system-x86_64 \
        -drive \
         file=/HUGE/kvm/obra/obra.raw,index=0,if=virtio,cache=none,boot=on \
        -drive \
         file=/dev/sdb1,index=1,if=virtio,cache=writeback \
        -drive \
         file=/HUGE/kvm/obra/obra-repo.raw,index=2,if=virtio,cache=none \
        -m 1024 \
        -vnc :7 \
        -daemonize \
	-enable-kvm \
	-name obra \
	-net nic,vlan=0,model=virtio \
	-net user,hostfwd=tcp:63.247.92.157:22-:22,hostfwd=tcp:63.247.92.157:80-:80,hostfwd=tcp:63.247.92.157:873-:873 \
	-cpu qemu32 \
	-smp 8 \
	-runas jebba &

