## Synopsis Create VM images using packer.io ## Installation 1. Install packer 2. Got to the selected directory and run build.sh some-file.json. cd netmap ./build.sh debian-9.0.0.json ## Generated images boot examples 1. `qemu-system-x86_64 -m 4G -smp 4 -drive file="replace-generated-image",if=virtio -enable-kvm -cpu host` 2. `qemu-system-x86_64 -m 4G -smp 8 -device e1000,netdev=net0 -netdev tap,id=net0 -drive file=tester,if=virtio -enable-kvm -cpu host`