Created
August 11, 2016 13:23
-
-
Save evandandrea/a63e4da74f65b1809265f0760cf04363 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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