summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ddf0ecd0c4..191e6f3173 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8163,6 +8163,25 @@
8163 must accept incoming connections from 192.168.7.0/24, 8163 must accept incoming connections from 192.168.7.0/24,
8164 which is the default IP range used for tap devices 8164 which is the default IP range used for tap devices
8165 by <filename>runqemu</filename>.</para></listitem> 8165 by <filename>runqemu</filename>.</para></listitem>
8166 <listitem><para><emphasis>Be sure your host has the
8167 correct packages installed:</emphasis>
8168 Depending your host's distribution, you need
8169 to have the following packages installed:
8170 <itemizedlist>
8171 <listitem><para>Ubuntu and Debian:
8172 <filename>sysstat</filename> and
8173 <filename>iproute2</filename>
8174 </para></listitem>
8175 <listitem><para>OpenSUSE:
8176 <filename>sysstat</filename> and
8177 <filename>iproute2</filename>
8178 </para></listitem>
8179 <listitem><para>Fedora:
8180 <filename>sysstat</filename> and
8181 <filename>iproute</filename>
8182 </para></listitem>
8183 </itemizedlist>
8184 </para></listitem>
8166 </itemizedlist> 8185 </itemizedlist>
8167 </para> 8186 </para>
8168 8187