1
0
mirror of https://github.com/rancher/os.git synced 2025-06-21 12:37:04 +00:00

pwn dist dir

This commit is contained in:
Ivan Mikushin 2015-04-13 13:44:34 +05:00
parent a7ef1aac42
commit 01ebb51b54

View File

@ -18,6 +18,8 @@ fi
GITSHA=$(git rev-parse --short HEAD)
VM="RancherOS-${GITSHA}"
sudo chown -R `whoami`:`whoami` ./dist
VBoxManage createhd --format vmdk --filename ./dist/artifacts/$VM.vmdk --size 40000
VBoxManage createvm --name $VM --ostype "Linux_64" --register