Skip to content

Instantly share code, notes, and snippets.

@sergey-dryabzhinsky
Created September 17, 2017 07:24
Show Gist options
  • Save sergey-dryabzhinsky/5fd0151491cb6b5c24d7ae647200d824 to your computer and use it in GitHub Desktop.
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
--- /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