From a7aeccd44b3c3300ba043d4adbb2d643722d98ee Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Thu, 9 May 2019 10:40:00 -0700 Subject: 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.` --- tools/create-openbsd-gce-ci.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/create-openbsd-gce-ci.sh') 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. -- cgit mrf-deployment