This commit is contained in:
Julien Duponchelle 2015-05-21 18:55:46 +02:00
parent 43a10887c3
commit 493bfe3d19

View File

@ -9,11 +9,15 @@ You need python 3.4
Add an image Add an image
************ ************
.. code:: bash
python3.4 gns3repository/main.py --add ~/Downloads/linux-microcore-3.4.1.img python3.4 gns3repository/main.py --add ~/Downloads/linux-microcore-3.4.1.img
Search an image Search an image
**************** ****************
.. code:: bash
python3.4 gns3repository/main.py --search core python3.4 gns3repository/main.py --search core
Micro Core Linux: Micro Core Linux:
@ -24,7 +28,10 @@ Micro Core Linux:
Install a remote image Install a remote image
************************** **************************
If the image is available from the internet you can download it: If the image is available from the internet you can download and install it:
.. code:: bash
python3.4 gns3repository/main.py --install 0252f2c913519c993b812325bbd553af2d77218a python3.4 gns3repository/main.py --install 0252f2c913519c993b812325bbd553af2d77218a
Download http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-4.0.2-clean.img to /Users/noplay/GNS3/images/linux-microcore-4.0.2-clean.img Download http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-4.0.2-clean.img to /Users/noplay/GNS3/images/linux-microcore-4.0.2-clean.img