]> git.proxmox.com Git - dab.git/commitdiff
ubuntu kinetic support
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 05:04:57 +0000 (07:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Oct 2022 05:04:57 +0000 (07:04 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index f6a6200078514201489178c406752b7607ae8942..47b00190b6fed404b8b5a29a18f444de5e1e0bf1 100644 (file)
--- a/DAB.pm
+++ b/DAB.pm
@@ -220,6 +220,10 @@ my $supported_suites = {
        ostype => "ubuntu-22.04",
        origin => 'ubuntu',
     },
+    'kinetic' => {
+       ostype => "ubuntu-22.10",
+       origin => 'ubuntu',
+    },
 };
 
 sub get_suite_info {