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:38 +0100 |
commit | 35d2cb0c7945d5d115b8e5a320b6bd769cb61a27 (patch) | |
tree | fc5aa6cad367f83d0a37bd483c2a345a6e5848f1 /scripts | |
parent | ad46069e7b58f2fba373131716f28407816fa1a6 (diff) | |
download | openembedded-core-35d2cb0c7945d5d115b8e5a320b6bd769cb61a27.tar.gz openembedded-core-35d2cb0c7945d5d115b8e5a320b6bd769cb61a27.tar.bz2 openembedded-core-35d2cb0c7945d5d115b8e5a320b6bd769cb61a27.zip |
scripts/runqemu.README: fix typo
Signed-off-by: Martin Kelly <mkelly@xevo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 run as non root. The runqemu-gen-tapdevs script can also be used by root to prepopulate the appropriate network devices. - You can access the host computer at 192.168.7.1 within the image. - - Your qemu system will be accessible as 192.16.7.2. + - Your qemu system will be accessible as 192.168.7.2. - The script extracts the root filesystem specified under pseudo and sets up a userspace NFS server to share the image over by default meaning the filesystem can be accessed by both the host and guest systems. |