Commit b0213ac9 authored by Rafael Monnerat's avatar Rafael Monnerat

packer: Include quick-run script.

parent 5aeec645
#/bin/bash -e
# Quick command to test the VM image with output file.
/usr/bin/qemu-system-x86_64 -display sdl -drive file=$1,if=virtio,cache=writeback,discard=ignore -boot once=d -m 512M -name test -machine type=pc,accel=kvm -netdev user,id=user.0,hostfwd=tcp::3213-:22 -device virtio-net,netdev=user.0 -vnc 0.0.0.0:47
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment