aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJulia Hansbrough <flowerhack@google.com>2018-11-12 15:38:24 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-12 19:07:01 -0800
commit5f5f6d14e80b8bd6b42db961118e902387716bcb (patch)
tree563609dbd231f276f6de5a347069be7c1f4af9d2 /docs
parent4fc13fd6ae51fdf3230dde4f31a32feb4861ca37 (diff)
[fuchsia] Fix Fuchsia build.
* Needed to clean out the build on the main host. We switched to a "petal" layout which required a complete rebuild. * Update SSH interface. SSH keys have to be set at buildtime via --args. * Update fvm.blk location.
Diffstat (limited to 'docs')
-rw-r--r--docs/fuchsia.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuchsia.md b/docs/fuchsia.md
index 2d1a6f64f..747d22a96 100644
--- a/docs/fuchsia.md
+++ b/docs/fuchsia.md
@@ -29,7 +29,7 @@ Run `syz-manager` with a config along the lines of:
"workdir": "/workdir.fuchsia",
"kernel_obj": "/fuchsia/out/build-zircon/build-x64",
"syzkaller": "/syzkaller",
- "image": "/fuchsia/out/x64/images/fvm.blk",
+ "image": "/fuchsia/out/x64/out/build/images/fvm.blk",
"sshkey": "/fuchsia/out/x64/ssh-keys/id_ed25519",
"reproduce": false,
"cover": false,