Skip to content

Commit

Permalink
README.md: add a note about runqemu's dependency on tun
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuhiro Hayashi <kazuhiro3.hayashi@toshiba.co.jp>
  • Loading branch information
zuka0828 committed Feb 15, 2018
1 parent f86b679 commit 449b425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ $ bitbake core-image-minimal

Run the built Linux on QEMU.
Please replace `${MACHINE}` by the target machine you selected in the above step.
NOTE: Confirm that the tun module, which runqemu depends on, is correctly loaded in your system.

```sh
$ runqemu ${MACHINE} nographic
Expand Down

0 comments on commit 449b425

Please sign in to comment.