Guest User

Untitled

a guest
Aug 18th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. qemu-system-x86_64 -nographic -m 8096 -hda $IMAGE -enable-kvm -smp cores=4,threads=1 -append 'console=ttyS0 root=/dev/sda' -kernel $KERNEL -no-reboot -netdev user,id=mynet0,hostfwd=tcp::5555-:22 -device virtio-net-pci,netdev=mynet0 -monitor unix:/tmp/monitor.sock,server,nowait
Add Comment
Please, Sign In to add comment