Re: [PATCH v3] lxc: add new package

2018-08-30 Thread Michael Grzeschik
On Thu, Aug 30, 2018 at 08:31:20AM +0200, Robert Schwebel wrote: > On Thu, Aug 30, 2018 at 06:45:15AM +0200, Sam Ravnborg wrote: > > Hi Michael. > > On Thu, Aug 30, 2018 at 12:17:27AM +0200, Michael Grzeschik wrote: > > > This patch adds support for the lxc container system. We install the > > > us

Re: [PATCH v3] lxc: add new package

2018-08-29 Thread Robert Schwebel
On Thu, Aug 30, 2018 at 06:45:15AM +0200, Sam Ravnborg wrote: > Hi Michael. > On Thu, Aug 30, 2018 at 12:17:27AM +0200, Michael Grzeschik wrote: > > This patch adds support for the lxc container system. We install the > > userspace lib and application. > > > > To make sure all necessary kernel opt

Re: [PATCH v3] lxc: add new package

2018-08-29 Thread Sam Ravnborg
Hi Michael. On Thu, Aug 30, 2018 at 12:17:27AM +0200, Michael Grzeschik wrote: > This patch adds support for the lxc container system. We install the > userspace lib and application. > > To make sure all necessary kernel options are enabled use: > $ CONFIG=/path/to/kernelconfig lxc-checkconfig >

[PATCH v3] lxc: add new package

2018-08-29 Thread Michael Grzeschik
This patch adds support for the lxc container system. We install the userspace lib and application. To make sure all necessary kernel options are enabled use: $ CONFIG=/path/to/kernelconfig lxc-checkconfig Signed-off-by: Michael Grzeschik --- v1 -> v2: - prefixed used variables with PTXCONF_ :