From: Thomas Lamprecht Date: Thu, 3 Oct 2019 11:03:04 +0000 (+0200) Subject: add upcomming Ubuntu 19.10 Eoan as supported X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5c5d57f05b0bb8daedb24625ec69dd30133b8dc7;p=pve-container.git add upcomming Ubuntu 19.10 Eoan as supported Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/LXC/Setup/Ubuntu.pm b/src/PVE/LXC/Setup/Ubuntu.pm index c5bd07d..2ffedb0 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.10' => 1, # eoan '19.04' => 1, # disco '18.10' => 1, # cosmic '18.04' => 1, # bionic