mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Fix OSx usage
This commit is contained in:
parent
ef2ae9e4c3
commit
73231d36a9
@ -21,10 +21,11 @@ Search an image
|
||||
bin/gns3-get --search core
|
||||
|
||||
Micro Core Linux:
|
||||
* 3.4.1 linux-microcore-3.4.1.img: 5f42d71b30bc682e44ccf7340e20ea7ea8967ef5
|
||||
* 4.0.2 linux-microcore-4.0.2-clean.img: 0252f2c913519c993b812325bbd553af2d77218a
|
||||
|
||||
* hda_disk_image:
|
||||
* 3.4.1 linux-microcore-3.4.1.img: fa2ec4b1fffad67d8103c3391bbf9df2
|
||||
* 4.0.2 linux-microcore-4.0.2-clean.img: e13d0d1c0b3999ae2386bba70417930c
|
||||
|
||||
|
||||
Install a remote image
|
||||
**************************
|
||||
|
||||
@ -32,6 +33,6 @@ If the image is available from the internet you can download and install it:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
bin/gns3-get --install 0252f2c913519c993b812325bbd553af2d77218a
|
||||
bin/gns3-get --install e13d0d1c0b3999ae2386bba70417930c
|
||||
|
||||
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
|
||||
|
@ -60,10 +60,7 @@ class Config:
|
||||
else:
|
||||
filename = "gns3_gui.conf"
|
||||
|
||||
if sys.platform.startswith("darwin"):
|
||||
appname = "gns3.net"
|
||||
else:
|
||||
appname = "GNS3"
|
||||
appname = "GNS3"
|
||||
|
||||
if sys.platform.startswith("win"):
|
||||
appdata = os.path.expandvars("%APPDATA%")
|
||||
|
Loading…
Reference in New Issue
Block a user