[botanist] Overwrite minfs image with copy to break possible hard link

This gets around having to do this in the recipe, which is done to avoid
modifying Isolate contents.

Bug: IN-556
Tested: ran locally and inodes before and after running were different.
Change-Id: Ib978488352270e5b512f67860457451fd9004c65
1 file changed
tree: 7f75ce03b95a55022ac2c7cdf087aae4ee4ce74a
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. .gitignore
  15. AUTHORS
  16. Gopkg.lock
  17. Gopkg.toml
  18. LICENSE
  19. MAINTAINERS
  20. manifest
  21. PATENTS
  22. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}