Skip to content

Instantly share code, notes, and snippets.

@benr
Created May 2, 2013 20:34
Show Gist options
  • Save benr/5505198 to your computer and use it in GitHub Desktop.
Save benr/5505198 to your computer and use it in GitHub Desktop.
SmartOS Vagrant Box, first preview. Lacks VBox Extensions for disk sharing. (smartos-20130419T073558Z)
vagrant box add smartos http://cuddletech.com/tmp/smartos-latest.box
mkdir smartos && cd smartos
vagrant init smartos
vagrant up
vagrant ssh
@meatballhat
Copy link

^--- what @olex said. @aszezo do you have those scripts in version control somewhere so that we can clone/contribute?

@meatballhat
Copy link

@olek - fwiw, a common pitfall with vagrant is using the one from rubygems rather than vagrant downloaded from http://downloads.vagrantup.com/. I was able to successfully import @aszeso's base191-64 box, although I'm still unable to get it to respond to SSH.

@meatballhat
Copy link

Is this the right place to watch? https://github.com/jacobgroundwater/vagrant-smartos

@wilas
Copy link

wilas commented Sep 9, 2013

I've automated the process of making new SmartOS vboxes ("Vagrant SmartMachines" as well) using vbkick (https://github.com/wilas/vbkick) and @aszeszo script. Template is available here: https://github.com/wilas/vbkick-template-smartos
Note: It support booting SmartOS from USB or ISO.

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