]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Config.pm
api: ostype: add devuan
[pve-container.git] / src / PVE / LXC / Config.pm
index 1277ef0fa6734b7835f61186991d0d69e4d3520a..5d223b2bdd9fb40ddb369004ee328af511f1213b 100644 (file)
@@ -445,7 +445,7 @@ my $confdesc = {
     ostype => {
        optional => 1,
        type => 'string',
-       enum => [qw(debian ubuntu centos fedora opensuse archlinux alpine gentoo unmanaged)],
+       enum => [qw(debian devuan ubuntu centos fedora opensuse archlinux alpine gentoo unmanaged)],
        description => "OS type. This is used to setup configuration inside the container, and corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to skip and OS specific setup.",
     },
     console => {