Skip to content

Instantly share code, notes, and snippets.

@blkperl
blkperl / Vagrantfile
Last active February 23, 2016 22:44
solaris11 with multiple disks vagrant file
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
diskroot = "/home/#{ENV['USER']}/VirtualBox\ VMs/"