mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
Compress microcore
This commit is contained in:
parent
5b14cf2f22
commit
9047578a8b
@ -42,8 +42,8 @@
|
|||||||
{
|
{
|
||||||
"filename": "linux-microcore-6.4.img",
|
"filename": "linux-microcore-6.4.img",
|
||||||
"version": "6.4",
|
"version": "6.4",
|
||||||
"md5sum": "b714d7045c5fd66ffee328e00ff798bf",
|
"md5sum": "877419f975c4891c019947ceead5c696",
|
||||||
"filesize": 52363264,
|
"filesize": 16580608,
|
||||||
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
"download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/",
|
||||||
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-6.4.img"
|
"direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-6.4.img"
|
||||||
}
|
}
|
||||||
|
@ -19,12 +19,12 @@
|
|||||||
"accelerator": "none",
|
"accelerator": "none",
|
||||||
"vm_name": "{{user `vm_name`}}",
|
"vm_name": "{{user `vm_name`}}",
|
||||||
"disk_interface": "ide",
|
"disk_interface": "ide",
|
||||||
"disk_size": 50000,
|
"disk_size": 1000,
|
||||||
"net_device": "e1000",
|
"net_device": "e1000",
|
||||||
"http_directory": "http",
|
"http_directory": "http",
|
||||||
"boot_wait": "5s",
|
"boot_wait": "5s",
|
||||||
"boot_command": [
|
"boot_command": [
|
||||||
"mc user=gns3 secure=gns3<enter><wait10><wait10><wait10><wait10><wait10><wait10>",
|
"mc user=gns3<enter><wait10><wait10><wait10><wait10><wait10><wait10>",
|
||||||
"sudo passwd gns3<enter>gns3<enter>gns3<enter>",
|
"sudo passwd gns3<enter>gns3<enter>gns3<enter>",
|
||||||
"tce-load -wi openssh<enter><wait10>",
|
"tce-load -wi openssh<enter><wait10>",
|
||||||
"cd /usr/local/etc/ssh; [ -f sshd_config.example ] && sudo cp -a sshd_config.example sshd_config; cd<enter>",
|
"cd /usr/local/etc/ssh; [ -f sshd_config.example ] && sudo cp -a sshd_config.example sshd_config; cd<enter>",
|
||||||
|
Loading…
Reference in New Issue
Block a user