From 051c49fe0d110e04d94a6187796996fec349fe60 Mon Sep 17 00:00:00 2001 From: Greg Steuck Date: Wed, 15 May 2019 12:08:03 -0700 Subject: 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 --- tools/create-openbsd-vmm-worker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create-openbsd-vmm-worker.sh') 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 -- cgit mrf-deployment