From: Dietmar Maurer Date: Mon, 23 Apr 2018 08:59:17 +0000 (+0200) Subject: add Ubuntu 18.04 to known versions. X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=f4f2bd03fafc995947898839470ab7df1cd101d4 add Ubuntu 18.04 to known versions. --- diff --git a/src/PVE/LXC/Setup/Ubuntu.pm b/src/PVE/LXC/Setup/Ubuntu.pm index 781348a..754dbfc 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 = { + '18.04' => 1, # bionic '17.10' => 1, # artful '17.04' => 1, # zesty '16.10' => 1, # yakkety