diff options
| author | Greg Steuck <gnezdo@google.com> | 2019-05-15 12:08:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-15 12:08:03 -0700 |
| commit | 051c49fe0d110e04d94a6187796996fec349fe60 (patch) | |
| tree | af879b108e272f592994b638f33c870715921b5a /tools | |
| parent | 27b25dbc1d9d6c90387e80ffc1f3933319265bb7 (diff) | |
tools/create-openbsd: valid URIs must use a single slash (#1184)
Triggered by OpenBSD ftp upgrade which isn't looking kindly
at double slahses: https://marc.info/?t=155794126200001&r=1&w=2
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 2 | ||||
| -rwxr-xr-x | tools/create-openbsd-vmm-worker.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index f89dea985..e72de7e99 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -108,7 +108,7 @@ What timezone = US/Pacific Which disk = sd0 Use (W)hole disk or (E)dit the MBR = whole Use (A)uto layout, (E)dit auto layout, or create (C)ustom layout = auto -URL to autopartitioning template for disklabel = file://disklabel.template +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 diff --git a/tools/create-openbsd-vmm-worker.sh b/tools/create-openbsd-vmm-worker.sh index e6f292652..7090d4734 100755 --- a/tools/create-openbsd-vmm-worker.sh +++ b/tools/create-openbsd-vmm-worker.sh @@ -105,7 +105,7 @@ What timezone = US/Pacific Which disk = sd0 Use (W)hole disk or (E)dit the MBR = whole Use (A)uto layout, (E)dit auto layout, or create (C)ustom layout = auto -URL to autopartitioning template for disklabel = file://disklabel.template +URL to autopartitioning template for disklabel = file:/disklabel.template Set name(s) = -* +bsd +bsd.mp +base* +site* done Directory does not contain SHA256.sig. Continue without verification = yes Location of sets = cd0 |
