diff --git a/dashboard/env/openbsd-amd64/README b/dashboard/env/openbsd-amd64/README index 57110748..0a3871a1 100644 --- a/dashboard/env/openbsd-amd64/README +++ b/dashboard/env/openbsd-amd64/README @@ -13,6 +13,6 @@ Then: gcloud compute --project symbolic-datum-552 images create openbsd-amd64-56 --source-uri gs://go-builder-data/openbsd-amd64-gce.tar.gz The VM needs to be run with the GCE metadata attribute "buildlet-binary-url" set to a URL -of the OpenBSD builetlet (cross-compiled, typically). +of the OpenBSD buildlet (cross-compiled, typically). buildlet-binary-url == http://storage.googleapis.com/go-builder-data/buildlet.openbsd-amd64 diff --git a/dashboard/env/openbsd-amd64/make.bash b/dashboard/env/openbsd-amd64/make.bash index 5bd243c7..dee7ad6a 100755 --- a/dashboard/env/openbsd-amd64/make.bash +++ b/dashboard/env/openbsd-amd64/make.bash @@ -218,7 +218,7 @@ expect -timeout 600 eof EOF # Create Compute Engine disk image. -echo "Zipping disk.raw... (this may take a while)" +echo "Archiving disk.raw... (this may take a while)" tar -Szcf openbsd-amd64-gce.tar.gz disk.raw echo "Done. GCE image is openbsd-amd64-gce.tar.gz."