diff options
| author | Martin Kelly <mkelly@xevo.com> | 2017-05-08 16:52:20 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 14:01:47 +0100 |
| commit | 5b649b4bbd348f9933be4159c980c41a739bf68a (patch) | |
| tree | d8c22c9860d67b8579d632dabe38ee1a8fff8eee /scripts | |
| parent | 86795b756a503825539e8677d20e719a8e8eb9d1 (diff) | |
| download | poky-5b649b4bbd348f9933be4159c980c41a739bf68a.tar.gz | |
scripts/runqemu.README: fix typo
(From OE-Core rev: 35d2cb0c7945d5d115b8e5a320b6bd769cb61a27)
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/runqemu.README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu.README b/scripts/runqemu.README index 5908d831a4..da9abd7dfb 100644 --- a/scripts/runqemu.README +++ b/scripts/runqemu.README | |||
| @@ -35,7 +35,7 @@ Notes | |||
| 35 | run as non root. The runqemu-gen-tapdevs script can also be used by | 35 | run as non root. The runqemu-gen-tapdevs script can also be used by |
| 36 | root to prepopulate the appropriate network devices. | 36 | root to prepopulate the appropriate network devices. |
| 37 | - You can access the host computer at 192.168.7.1 within the image. | 37 | - You can access the host computer at 192.168.7.1 within the image. |
| 38 | - Your qemu system will be accessible as 192.16.7.2. | 38 | - Your qemu system will be accessible as 192.168.7.2. |
| 39 | - The script extracts the root filesystem specified under pseudo and sets up a userspace | 39 | - The script extracts the root filesystem specified under pseudo and sets up a userspace |
| 40 | NFS server to share the image over by default meaning the filesystem can be accessed by | 40 | NFS server to share the image over by default meaning the filesystem can be accessed by |
| 41 | both the host and guest systems. | 41 | both the host and guest systems. |
