Skip to content

Instantly share code, notes, and snippets.

@sergey-dryabzhinsky
Last active November 17, 2017 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergey-dryabzhinsky/a42efb7d8665ad5fe8c4e49a6b78f5cd to your computer and use it in GitHub Desktop.
Save sergey-dryabzhinsky/a42efb7d8665ad5fe8c4e49a6b78f5cd to your computer and use it in GitHub Desktop.
Fix restore / create LXC container with Ubuntu Bionic 18.04 - for Proxmox 5.1
--- /usr/share/perl5/PVE/LXC/Setup/Ubuntu.pm.orig 2017-11-01 03:04:00.000000000 +0300
+++ /usr/share/perl5/PVE/LXC/Setup/Ubuntu.pm 2017-11-09 21:30:14.710183003 +0300
@@ -12,6 +12,7 @@
use base qw(PVE::LXC::Setup::Debian);
my $known_versions = {
+ '18.04' => 1, # bionic LTS
'17.10' => 1, # artful
'17.04' => 1, # zesty
'16.10' => 1, # yakkety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment