Skip to content
Snippets Groups Projects
Commit 24a8b20e authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

qemu: doc: fix host folder sharing documentation


Now that buildroot is used, the 'mount_shared' alias is not available
anymore. Document the full command instead.

Signed-off-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent ad5e8aa9
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ rebuild QEMU.
To mount host folder in QEMU, simply run:
```bash
$ mount_shared <mount_point>
$ mount -t 9p -o trans=virtio host <mount_point>
```
# 5. SLiRP user networking
To enable SLiRP user networking just set `QEMU_USERNET_ENABLE ?= y` in `common.mk`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment