From bb0206d7d2b9ea49ae0ae879f9e787fdb3497666 Mon Sep 17 00:00:00 2001 From: Jeremy Grossmann Date: Sun, 14 Feb 2021 14:55:37 +1030 Subject: [PATCH] Add mtools package information. Ref https://github.com/GNS3/gns3-gui/issues/3076 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2994453a..4988f54a 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,9 @@ In addition of Python dependencies listed in a section below, other software may * `Dynamips `_ is required for running IOS routers (using real IOS images) as well as the internal switches and hubs. * `VPCS `_ is recommended, it is a builtin node simulating a very simple computer to perform connectitivy tests using ping, traceroute etc. * Qemu is strongly recommended on Linux, as most node types are based on Qemu, for example Cisco IOSv and Arista vEOS. -* libvirt is recommended (Linux only), as it's needed for the NAT cloud +* libvirt is recommended (Linux only), as it's needed for the NAT cloud. * Docker is optional (Linux only), some nodes are based on Docker. +* mtools is recommended to support data transfer to/from QEMU VMs using virtual disks. * i386-libraries of libc and libcrypto are optional (Linux only), they are only needed to run IOU based nodes. Branches