doc/vagrant: add cd to examples/bdev/hello_world

This ensures the bdev.conf file is found.

Reported-by: Amir More (in GitHub issue #420)
Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I309d8f211e0a3e0e4530c5d3c225a52b6ea68c2c

Reviewed-on: https://review.gerrithub.io/423931
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Jim Harris 2018-08-29 09:48:04 -07:00
parent 87d2cd9b69
commit a2794082ca

View File

@ -153,7 +153,8 @@ Following VM initializtion you must:
```
$ sudo scripts/setup.sh
$ sudo examples/bdev/hello_world/hello_bdev
$ cd examples/bdev/hello_world
$ sudo ./hello_bdev
```
## Additional Setup for Fedora 26