We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5be4d commit 342712bCopy full SHA for 342712b
test-vm.sh
@@ -2,7 +2,9 @@
2
3
set -e
4
5
-tart clone benchmark-seed benchmark
+export IMAGE=sequoia
6
+
7
+tart clone benchmark-seed $IMAGE
8
9
# configure the VM
10
tart set $IMAGE --disk-size 200
0 commit comments