]> git.proxmox.com Git - dab.git/commitdiff
add preliminary support for Ubuntu Lunar 23.04 and Mantic 23.10
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 May 2023 13:39:32 +0000 (15:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 May 2023 15:24:33 +0000 (17:24 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/DAB.pm

index c044194aa4ab97e983059cfff466d1c4321b0867..c3f1a2ab924d618c12c8e271b52620ba6f775c4e 100644 (file)
@@ -225,6 +225,14 @@ my $supported_suites = {
        ostype => "ubuntu-22.10",
        origin => 'ubuntu',
     },
+    'lunar' => {
+       ostype => "ubuntu-23.04",
+       origin => 'ubuntu',
+    },
+    'mantic' => {
+       ostype => "ubuntu-23.10",
+       origin => 'ubuntu',
+    },
 };
 
 sub get_suite_info {