diff --git a/ocivm.sh b/ocivm.sh index 951132d..2160bb2 100755 --- a/ocivm.sh +++ b/ocivm.sh @@ -4,7 +4,6 @@ set -e . "${CONFIGDIR:=${PWD}}"/config -name=build_yellow if ! ocivm list | grep -q localhost/cross-${target}; then ocivm import localhost/cross-${target} fi @@ -12,7 +11,7 @@ ocivm \ --log-level DEBUG \ run \ -m 8G \ - -n ${name} \ + -n ${buildvm:-aimeebuild} \ -w /tmp/src \ -v "${PWD}":/tmp/src \ -v portagecache:/var/cache:size=16G \