]> git.proxmox.com Git - pve-container.git/commitdiff
devuan: add preliminary support for Devuan 12 Daedalus
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 14:36:30 +0000 (15:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 14:36:30 +0000 (15:36 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC/Setup/Devuan.pm

index 059f14574574f51fec69820e039e9ad56c736793..59a768e48aaf34371e51d70359da42970627417a 100644 (file)
@@ -25,6 +25,8 @@ sub new {
        'beowulf/ceres' => 10,
        'chimaera' => 11, # Devuan 4.0
        'chimaera/ceres' => 11,
+       'daedalus' => 12,
+       'daedalus/ceres' => 12,
     };
     die "unsupported Devuan version '$version'\n" if !exists($version_map->{$version});