diff options
author | eb3095 <45504889+eb3095@users.noreply.github.com> | 2021-07-21 16:48:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 15:48:05 -0500 |
commit | 4257e30ac4b8730af35c078f2df0a2234dd19ffa (patch) | |
tree | 83920051229a287f584a48cc16ac349dc4538d33 /tools | |
parent | f0ab1e64852d50f4fe0de84e0bca0ee8bb516a9f (diff) | |
download | vyos-cloud-init-4257e30ac4b8730af35c078f2df0a2234dd19ffa.tar.gz vyos-cloud-init-4257e30ac4b8730af35c078f2df0a2234dd19ffa.zip |
Add VZLinux support (#951)
Virtuozzo Linux is a distro based off of CentOS 8, similar to Alma Linux and Rocky Linux.
Diffstat (limited to 'tools')
-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 7e667de4..227bd8ab 100755 --- a/tools/render-cloudcfg +++ b/tools/render-cloudcfg @@ -6,7 +6,7 @@ import sys VARIANTS = ["almalinux", "alpine", "amazon", "arch", "centos", "debian", "fedora", "freebsd", "netbsd", "openbsd", "photon", "rhel", - "suse","rocky", "ubuntu", "unknown"] + "suse","rocky", "ubuntu", "unknown", "virtuozzo"] if "avoid-pep8-E402-import-not-top-of-file": |