diff options
author | Haruki TSURUMOTO <fortune.rocket42@gmail.com> | 2021-12-07 23:23:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 08:23:45 -0600 |
commit | 0ed00ad9cdebc2d4dabd8bd6d7c901584963def5 (patch) | |
tree | dcc25a244e086eab826fd988db44a8fdfaa76bf5 /tools/render-cloudcfg | |
parent | cd40789a583c38423cea76355b375aa838893292 (diff) | |
download | vyos-cloud-init-0ed00ad9cdebc2d4dabd8bd6d7c901584963def5.tar.gz vyos-cloud-init-0ed00ad9cdebc2d4dabd8bd6d7c901584963def5.zip |
Add miraclelinux support (#1128)
Diffstat (limited to 'tools/render-cloudcfg')
-rwxr-xr-x | tools/render-cloudcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-cloudcfg b/tools/render-cloudcfg index 186d61b7..6642bd58 100755 --- a/tools/render-cloudcfg +++ b/tools/render-cloudcfg @@ -5,7 +5,7 @@ import os import sys VARIANTS = ["almalinux", "alpine", "amazon", "arch", "centos", "cloudlinux", "debian", - "eurolinux", "fedora", "freebsd", "netbsd", "openbsd", "openEuler", "photon", + "eurolinux", "fedora", "freebsd", "miraclelinux", "netbsd", "openbsd", "openEuler", "photon", "rhel", "suse","rocky", "ubuntu", "unknown", "virtuozzo"] |