The image conversion procedure of CHR was added.

This commit is contained in:
sig9org
2020-06-30 09:16:07 +09:00
parent c0e6424999
commit 0d447a9aba
7 changed files with 16 additions and 1 deletions

View File

@@ -4,7 +4,14 @@ This directory contains a node definition for the MikroTik Cloud Hosted Router a
### Image Availability ### Image Availability
Images can be downloaded from https://mikrotik.com/download for **free**. Images can be downloaded from https://mikrotik.com/download for **free**. You need to convert the downloaded img file to a qcow2 file. For example, on CentOS8, here's how it works.
```sh
dnf -y install qemu-img unzip
curl -O https://download.mikrotik.com/routeros/6.47/chr-6.47.img.zip
unzip chr-6.47.img.zip
qemu-img convert -O qcow2 chr-6.47.img chr-6.47.qcow2
```
### Description ### Description

View File

@@ -0,0 +1,8 @@
id: chr-6.47
node_definition_id: chr
description: ''
label: CHR 6.47
disk_image: chr-6.47.qcow2
read_only: false
disk_subfolder: chr-6.47
schema_version: 0.0.1