Last active
July 14, 2016 11:55
-
-
Save epitron/87d8b9b1b45dc142f0d9f9ef72667e48 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
exec qemu-system-x86_64 \ | |
-name OmniOS \ | |
-cpu host,-x2apic -enable-kvm \ | |
-m 4G \ | |
-net nic -net user \ | |
-cdrom omnios.iso \ | |
omnios.qcow2 | |
"$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment