Merge pull request #2895 from dietsche/joyent

Joyent SmartOS Zone Bootstrap Support [revised]
This commit is contained in:
Peter Eckersley
2016-05-17 14:54:08 -07:00
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,4 @@
BootstrapSmartOS() {
pkgin update
pkgin -y install 'gcc49' 'py27-augeas' 'py27-virtualenv'
}