[pve-devel] [PATCH container] add Ubuntu 18.10 (Cosmic Cuttlefish) support

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Oct 17 11:10:21 CEST 2018


install/start/network works for unprivileged and privileged.

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 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.19.1





More information about the pve-devel mailing list