summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-start.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 989437c6c0..065cf27d83 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -369,10 +369,12 @@
369 <filename>scp</filename> commands. 369 <filename>scp</filename> commands.
370 The <filename>core-image-minimal</filename> QEMU image, however, contains no ssh 370 The <filename>core-image-minimal</filename> QEMU image, however, contains no ssh
371 server.</para></listitem> 371 server.</para></listitem>
372 <listitem><para>The QEMU images also can be contain an embedded Network File 372 <listitem><para>You can use a provided, user-space NFS server to boot the QEMU session
373 System (NFS) server that exports the image's root filesystem. 373 using a local copy of the root filesystem on the host.
374 This allows you to make the filesystem available to the 374 In order to make this connection, you must extract a root filesystem tarball by using the
375 host.</para></listitem> 375 <filename>runqemu-extract-sdk</filename> command.
376 After running the command, you must then point the <filename>runqemu</filename>
377 script to the extracted directory instead of a root filesystem image file.</para></listitem>
376 </itemizedlist> 378 </itemizedlist>
377 </note> 379 </note>
378</section> 380</section>