build/env/openbsd-386
Joel Sing fa600bf9ec env: update openbsd-{386,amd64} builder images to OpenBSD 5.8
OpenBSD 5.8 is the current release and OpenBSD 5.6 is no longer supported.

Revise build script:

- Use the auto installer and disklabel templates built into later versions of
  OpenBSD, rather than entirely using expect.

- Rather than duplicating the entire script for openbsd-386, provide an ARCH
  environment variable that switches between openbsd/amd64 and openbsd/i386.
  Have the openbsd-386 script invoke the openbsd-amd64 script with the
  appropriate environment.

- Remove the 'ignore classless-static-routes' option for dhclient, as it is
  no longer needed for OpenBSD 5.7 and later.

- Clean up after ourselves, rather than leaving a bunch of temporary files
  lying around.

Updates issue golang/go#13029.

Change-Id: Ic1b11dd5eded317b7be32b8f1c2485617ac02b78
Reviewed-on: https://go-review.googlesource.com/18358
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-01-24 22:52:53 +00:00
..
.gitignore env: update openbsd-{386,amd64} builder images to OpenBSD 5.8 2016-01-24 22:52:53 +00:00
README env: update openbsd-{386,amd64} builder images to OpenBSD 5.8 2016-01-24 22:52:53 +00:00
make.bash env: update openbsd-{386,amd64} builder images to OpenBSD 5.8 2016-01-24 22:52:53 +00:00

README

See ../openbsd-amd64/README.