Signed-off-by: Luke Harding <[email protected]>
---
 PVE/DAB.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/PVE/DAB.pm b/PVE/DAB.pm
index eb77aa1..d437a42 100644
--- a/PVE/DAB.pm
+++ b/PVE/DAB.pm
@@ -89,12 +89,15 @@ my $supported_suites = {
 # DEVUAN (imply systemd = 0 default)
     'beowulf' => {
        ostype => "devuan-3.0",
+    origin => 'devuan',
     },
     'chimaera' => {
        ostype => "devuan-4.0",
+    origin => 'devuan',
     },
     'daedalus' => {
        ostype => "devuan-5.0",
+    origin => 'devuan',
     },
 
 # UBUNTU
-- 
2.52.0


_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to