diff options
| author | Greg Steuck <gnezdo@google.com> | 2019-05-09 10:40:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-09 10:40:00 -0700 |
| commit | a7aeccd44b3c3300ba043d4adbb2d643722d98ee (patch) | |
| tree | 4eebb6f444f9655c4dc0c547b1bb7f871c003613 /tools | |
| parent | 214bf476d3ae8eb77b04adbc52baeef09a9d6f31 (diff) | |
tools/create-openbsd-gce-ci.sh: explicitly specify sets location (#1167)
The previous default must have changed resulting in apparent failure
to install siteXX.tgz. The observable symptom was:
`Package installation failed. Inspect install_log.`
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index 12f0cd0cd..f89dea985 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -111,6 +111,7 @@ Use (A)uto layout, (E)dit auto layout, or create (C)ustom layout = auto URL to autopartitioning template for disklabel = file://disklabel.template Set name(s) = +* -x* -game* done Directory does not contain SHA256.sig. Continue without verification = yes +Location of sets = cd0 EOF # Disklabel template. |
