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
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
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
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
> > +