[pve-devel] applied: [PATCH container] setup: add support for Ubuntu 19.04 Disco Dingo
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Mar 19 11:17:14 CET 2019
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
src/PVE/LXC/Setup/Ubuntu.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/LXC/Setup/Ubuntu.pm b/src/PVE/LXC/Setup/Ubuntu.pm
index 56de9f1..e18d396 100644
--- a/src/PVE/LXC/Setup/Ubuntu.pm
+++ b/src/PVE/LXC/Setup/Ubuntu.pm
@@ -12,6 +12,7 @@ use PVE::LXC::Setup::Debian;
use base qw(PVE::LXC::Setup::Debian);
my $known_versions = {
+ '19.04' => 1, # disco
'18.10' => 1, # cosmic
'18.04' => 1, # bionic
'17.10' => 1, # artful
--
2.20.1
More information about the pve-devel
mailing list