Re: [ptxdist] [PATCH v3] lxc: add new package

2018-08-31 Thread Michael Grzeschik
On Thu, Aug 30, 2018 at 04:10:35PM +0200, Michael Olbrich wrote: > On Thu, Aug 30, 2018 at 09:35:50AM +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

Re: [ptxdist] [PATCH v3] lxc: add new package

2018-08-30 Thread Michael Olbrich
On Thu, Aug 30, 2018 at 09:35:50AM +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 > >

[ptxdist] [PATCH v3] lxc: add new package

2018-08-30 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_ :