summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-03-30 12:30:46 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-03-30 12:30:46 +0000
commit6167cc6e71c6a25104752d8b9223983517cd86b3 (patch)
tree051b8a9d80d406313da41625e6aa2bbf83189241 /scripts
parent552eb9f58a7298601c48ffae1781be28d1214050 (diff)
downloadopenembedded-core-6167cc6e71c6a25104752d8b9223983517cd86b3.tar.gz
poky-qemu.README: added info about nfs-server in images, removed note about ifconfig as it works out-of-box now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1415 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rw-r--r--scripts/poky-qemu.README6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/poky-qemu.README b/scripts/poky-qemu.README
index 1b4e763a38..da37d7ca89 100644
--- a/scripts/poky-qemu.README
+++ b/scripts/poky-qemu.README
@@ -52,6 +52,8 @@ Notes
- Your qemu system will be accessible as 192.16.7.2.
- The default NFS mount points are /srv/nfs/qemux86 or /srv/nfs/qemuarm
depending on the target type.
+ - Images built for qemux86/qemuarm contain NFS server which export whole
+ rootfs (/) in read/write mode.
- You can set QEMU_MEMORY to control amount of available memory (default 64M).
- You can set SERIAL_LOGFILE to have the serial output from the image logged
to a file.
@@ -90,7 +92,3 @@ Known Issues
- There is a bug in the ARM qemu in that means occasionally it will use 100%
cpu. You will need to restart it in this situation.
- - There is a problem with the ARM image not auto assigning an IP when using an
- ext2 image. To have working TCP/IP connectivity run:
- 'ifconfig eth0 192.168.7.2 up'
-