Skip to content

Instantly share code, notes, and snippets.

@ibuildthecloud
ibuildthecloud / gist:29c7b22ec55bf61ac3a4
Created March 26, 2015 14:10
Build RancherOS VirtualBox VM w/ Autoformat
#!/bin/bash
set -x -e
RANCHER_ISO=machine-rancheros.iso
curl -L https://github.com/rancherio/os/releases/download/v0.2.1/machine-rancheros.iso > $RANCHER_ISO
VM="RancherOS-${RANDOM}"
VBoxManage createhd --format vmdk --filename ./dist/artifacts/$VM.vmdk --size 40000