Skip to content

Instantly share code, notes, and snippets.

@pr1ntf
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pr1ntf/e4892300320400fc021b to your computer and use it in GitHub Desktop.
Save pr1ntf/e4892300320400fc021b to your computer and use it in GitHub Desktop.
Personal TODO for iocage and bhyve
+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