vagrant-lxc-base-boxes
vagrant-lxc-base-boxes copied to clipboard
[WIP] update the lxc configuration keywords to match version 2.1
Hi there,
I just bumped into some problem when using lxc >= 2.1 this is a first quick fix applying lxc-update-config -c on the config directory and removing kmsg key. Then I was able to setup some xenial basebox which worked fine with lxc >=2.1
This is work in progress, and I would rather check the version of the lxc package before running this configuration. I do not know about the backward compatibility for people trying to use the basebox with some lxc < 2.1
Regards
Eric
Hm, it seems there is no chance for any changes here :/
I found a way to workaround this using vagrant lxc plugin to call the lxc-update-config script. So no need to change these config items in the box creation these should be automatically updated on startup just after unpacking the box.
So what are the nex steps?