Re: [lxc-devel] [PATCH] lxc-alpine: download statically compiled package manager if not available on host

2013-05-16 Thread Kaarle Ritvanen
On Thu, 16 May 2013, Natanael Copa wrote: > On Wed, 15 May 2013 13:10:06 -0500 > Serge Hallyn wrote: > >> Quoting Kaarle Ritvanen (kaarle.ritva...@datakunkku.fi): >> ... >>> +wget="wget -O - $repository/x86" >> .. >>> +$wget/apk-tools-static-$apk_version.apk | \ >>> +t

[lxc-devel] [RFC] Container name vs utsname... All templates.

2013-05-16 Thread Michael H. Warfield
This is my second of two requests for comments. This one applies to ALL the templates. I noticed, in working on the Fedora template, lxc-fedora, that the host name and utsname configuration value is set to the simple name of the container. IMHO, that's suboptimal. In practice, the hostname and

[lxc-devel] [RFC] lxc-fedora template. Question for original authors (and others).

2013-05-16 Thread Michael H. Warfield
Ok all... It took me a while to get my patch in for the Fedora template. Much longer than what I desired. But I ran into two problems that caused me much confusion and I finally decided to punt them both and ask for comments on each. This is one of them that's primarily directed at the original

Re: [lxc-devel] [PATCH] lxc-alpine: download statically compiled package manager if not available on host

2013-05-16 Thread Natanael Copa
On Wed, 15 May 2013 13:10:06 -0500 Serge Hallyn wrote: > Quoting Kaarle Ritvanen (kaarle.ritva...@datakunkku.fi): > ... > > +wget="wget -O - $repository/x86" > .. > > +$wget/apk-tools-static-$apk_version.apk | \ > > +tar -Oxz sbin/apk.static > $apk || return 1 > > +