Last active
August 29, 2015 14:19
-
-
Save pr1ntf/e4892300320400fc021b to your computer and use it in GitHub Desktop.
Personal TODO for iocage and bhyve
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
+iocage bhyve-install $ISO | |
--Installs (fetches) ISO to ZFS dataset. | |
--Installs $iocroot/ISOs dataset if not there | |
--Checks for VMM/Virtio (config -x | grep) | |
+iocage bhyve-create $vmname | |
--Disk image (onto zfs dataset) | |
--Net (zomgvnet) | |
--Pass ISO to boot from | |
--VMM/Virtio check | |
---Asks to run iocage console vmname cd0="FreeBSD-10.1-RELEASEBLAHA.iso" after image is created. | |
+iocage console $vmname | |
--It's just a serial console. Shouldn't be hard to implement. | |
-- add cd0="$iocroot/ISOs/buttinstall.iso" option to mount cd's to boot to. | |
+iocage set $vmname | |
--I think most work will need to be done here. | |
+iocage start | stop | restart $vmname | |
--Not hard to implement. I think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment