vagrant-lxc-base-boxes icon indicating copy to clipboard operation
vagrant-lxc-base-boxes copied to clipboard

[WIP] update the lxc configuration keywords to match version 2.1

Open erickeller opened this issue 7 years ago • 3 comments

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

erickeller avatar Nov 06 '17 13:11 erickeller

Hm, it seems there is no chance for any changes here :/

arudat avatar Apr 14 '18 08:04 arudat

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.

erickeller avatar Apr 14 '18 08:04 erickeller

So what are the nex steps?

arudat avatar Apr 17 '18 13:04 arudat