From: Thomas Lamprecht Date: Wed, 3 May 2023 13:39:32 +0000 (+0200) Subject: add preliminary support for Ubuntu Lunar 23.04 and Mantic 23.10 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=8eaefc2b2e2440934b5d57cec268609f7825f8fc;hp=d022bf4e7b61b61df7cfbf93c3cc8d954b8d356b;p=dab.git add preliminary support for Ubuntu Lunar 23.04 and Mantic 23.10 Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/DAB.pm b/PVE/DAB.pm index c044194..c3f1a2a 100644 --- a/PVE/DAB.pm +++ b/PVE/DAB.pm @@ -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 {