Last active
November 17, 2017 12:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /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