From 7b8cab25cd5dfb5bba23816d79d83d79688ef7cb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 17 Oct 2018 11:10:21 +0200 Subject: [PATCH] add Ubuntu 18.10 (Cosmic Cuttlefish) support install/start/network works for unprivileged and privileged. Signed-off-by: Thomas Lamprecht --- 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 754dbfc..56de9f1 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.10' => 1, # cosmic '18.04' => 1, # bionic '17.10' => 1, # artful '17.04' => 1, # zesty -- 2.39.2