Skip to content

Instantly share code, notes, and snippets.

@evandandrea
Created August 11, 2016 13:23
Show Gist options
  • Save evandandrea/a63e4da74f65b1809265f0760cf04363 to your computer and use it in GitHub Desktop.
Save evandandrea/a63e4da74f65b1809265f0760cf04363 to your computer and use it in GitHub Desktop.
#!/bin/sh
screen -S vm sudo xhyve -m $((1024*5))M -c 3 -s 2:0,virtio-net -s 4,virtio-blk,hdd.img -s 0:0,hostbridge -s 31,lpc -l com1,stdio -f "kexec,linux,initrd,earlyprintk=serial console=ttyS0 acpi=off root=/dev/vda1 ro"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment