Last active
July 22, 2022 00:59
-
-
Save hyvanix/e08aec64a52d3da65be59948309a25fb 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
{ | |
"acpi" : "on", | |
"autoboot" : "false", | |
"bootargs" : "", | |
"bootorder" : "cd", | |
"cdrom" : "/zones/iso/FreeBSD-12.1-RELEASE-amd64-disc1.iso", | |
"bootdisk" : { | |
"blocksize" : "8K", | |
"path" : "rpool/bsd1", | |
"size" : "20G", | |
"sparse" : "false" | |
}, | |
"bootrom" : "BHYVE_RELEASE", | |
"brand" : "bhyve", | |
"diskif" : "virtio", | |
"fs-allowed" : "", | |
"hostbridge" : "i440fx", | |
"hostid" : "", | |
"ip-type" : "exclusive", | |
"limitpriv" : "default", | |
"net" : [ | |
{ | |
"physical" : "bsd10" | |
} | |
], | |
"netif" : "virtio", | |
"pool" : "", | |
"vnc" : "off", | |
"xhci" : "on", | |
"zonename" : "bsd1", | |
"zonepath" : "/zones/bsd1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment