Skip to content

Commit 0297bc8

Browse files
committed
doc: update firecracker binary location
Signed-off-by: Samuel Karp <[email protected]>
1 parent 6734719 commit 0297bc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HACKING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ will run tests in verbose mode.
1111
You need some external resources in order to run the tests, as described below:
1212

1313
1. A firecracker binary (tested with 0.10.1), but any recent version should
14-
work. Must either be installed as `./firecracker` or the path must be
15-
specified through the `FC_TEST_BIN` environment variable.
16-
2. Access to hardware virtualization via `/dev/kvm` and `/dev/vhost-vsock` (ensure you have mode
17-
`+rw`!)
14+
work. Must either be installed as `./testdata/firecracker` or the path must
15+
be specified through the `FC_TEST_BIN` environment variable.
16+
2. Access to hardware virtualization via `/dev/kvm` and `/dev/vhost-vsock`
17+
(ensure you have mode `+rw`!)
1818
3. An uncompressed Linux kernel binary that can boot in Firecracker VM (Must be
1919
installed as `./testdata/vmlinux`)
2020
4. A tap device owned by your userid (Must be either named `fc-test-tap0` or

0 commit comments

Comments
 (0)