1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

documentation/dev-manual/dev-manual-start.xml: Updated NFS server/QEMU info

Changed the first sentence of the description of how to use QEMU images
with NFS server.  This is feedback from Scott Garman's review.

(From yocto-docs rev: 6a33b1b58bd72756baf57228b7348ff662248012)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-08-14 16:35:54 -07:00
committed by Richard Purdie
parent 4972e8f49c
commit 08b7044311
@@ -369,10 +369,12 @@
<filename>scp</filename> commands. <filename>scp</filename> commands.
The <filename>core-image-minimal</filename> QEMU image, however, contains no ssh The <filename>core-image-minimal</filename> QEMU image, however, contains no ssh
server.</para></listitem> server.</para></listitem>
<listitem><para>The QEMU images also can be contain an embedded Network File <listitem><para>You can use a provided, user-space NFS server to boot the QEMU session
System (NFS) server that exports the image's root filesystem. using a local copy of the root filesystem on the host.
This allows you to make the filesystem available to the In order to make this connection, you must extract a root filesystem tarball by using the
host.</para></listitem> <filename>runqemu-extract-sdk</filename> command.
After running the command, you must then point the <filename>runqemu</filename>
script to the extracted directory instead of a root filesystem image file.</para></listitem>
</itemizedlist> </itemizedlist>
</note> </note>
</section> </section>