Ubuntu Pastebin

Paste from powersj at Fri, 14 Jul 2017 16:32:22 +0000

Download as text
1
2
3
4
5
6
7
8
('qemu-system-x86_64 -enable-kvm -m 1024
   -drive file=%s,format=qcow2,if=virtio
   -drive file=%s,format=raw,if=virtio
   -device virtio-net-pci,netdev=net00
   -netdev type=user,id=net00,hostfwd=tcp::PORT-:%s' %
(IMAGE,
SEED,
KERNEL_PORT))
Download as text