Created
September 17, 2017 07:24
-
-
Save sergey-dryabzhinsky/5fd0151491cb6b5c24d7ae647200d824 to your computer and use it in GitHub Desktop.
Fix restore / create LXC container with Ubuntu Lucid 10.04 - for Proxmox 5.0
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-09-12 14:48:50.000000000 +0300 | |
+++ /usr/share/perl5/PVE/LXC/Setup/Ubuntu.pm 2017-09-17 10:14:06.284276148 +0300 | |
@@ -20,6 +20,7 @@ | |
'15.04' => 1, # vivid | |
'14.04' => 1, # trusty LTS | |
'12.04' => 1, # precise LTS | |
+ '10.04' => 1, # lucid LTS | |
}; | |
sub new { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment