From: Thomas Lamprecht Date: Tue, 17 Nov 2020 07:47:15 +0000 (+0100) Subject: setup: Devuan: add support for Beowulf X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6ab9b63b9ec40f72529fff4bc9899171cae162d8;p=pve-container.git setup: Devuan: add support for Beowulf Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/LXC/Setup/Devuan.pm b/src/PVE/LXC/Setup/Devuan.pm index db8c8fe..0f9e5f7 100644 --- a/src/PVE/LXC/Setup/Devuan.pm +++ b/src/PVE/LXC/Setup/Devuan.pm @@ -16,7 +16,7 @@ sub new { die "unable to read version info\n" if !defined($version); die "unsupported Devuan version '$version'\n" - if $version !~ /jessie|ascii/; + if $version !~ /jessie|ascii|beowulf/; my $self = { conf => $conf, rootdir => $rootdir, version => $version };