Merge pull request #108 from adosztal/master

Fixes for issues #100 and #107
This commit is contained in:
Julien Duponchelle 2016-04-15 10:04:28 +02:00
commit 3007b3905e
2 changed files with 3 additions and 4 deletions

View File

@ -11,12 +11,12 @@
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Default username/password: admin/admin, cisco/cisco and lab/lab. There is no default configuration present.",
"usage": "You can set admin username and password on first boot. Don't forget about the two-staged configuration, you have to commit your changes.",
"first_port_name": "MgmtEth0/0/CPU0/0",
"port_name_format": "GigabitEthernet0/0/0/{0}",
"port_name_format": "Gi0/0/0/{0}",
"qemu": {
"adapter_type": "e1000",
"adapters": 4,
"adapters": 9,
"ram": 3072,
"arch": "i386",
"console_type": "telnet",

View File

@ -13,7 +13,6 @@
"maintainer_email": "developers@gns3.net",
"usage": "Default username/password is vyos/vyos. At first boot the router will start from the cdrom, login and then type install system and follow the instructions. Finally type poweroff and activate the linked base setting in your VM template in the GNS3 preferences.",
"port_name_format": "eth{0}",
"linked_base": false,
"qemu": {
"adapter_type": "e1000",
"adapters": 3,