Skip to content

Instantly share code, notes, and snippets.

@wunki
Created October 14, 2015 08:51
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 wunki/582c20a662e1e3599284 to your computer and use it in GitHub Desktop.
Save wunki/582c20a662e1e3599284 to your computer and use it in GitHub Desktop.
Setup new ubuntu box

Setup new server

iohyve create ubuntuguest 8G iohyve set ubuntuguest loader=grub-bhyve iohyve set ubuntuguest os=debian iohyve set ubuntuguest ram=512M iohyve set ubuntuguest cpu=2 iohyve set ubuntuguest con=nmdm1 iohyve install ubuntuguest ubuntu-14.04.3-server-amd64.iso

Drop in the console

iohyve console ubuntuguest

Install iohyve

iohyve destroy ubuntuguest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment