Re: [lxc-devel] [PATCH v2] Add Oracle Linux template

2012-10-04 Thread Dwight Engen
On Tue, 2 Oct 2012 09:56:17 -0500 Serge Hallyn wrote: > Quoting Dwight Engen (dwight.en...@oracle.com): > > On Tue, 2 Oct 2012 09:16:22 -0500 > > Serge Hallyn wrote: > > > > > Quoting Dwight Engen (dwight.en...@oracle.com): > > > > On Mon, 1 Oct 2012 12:27:16 -0500 > > > > Serge Hallyn wrote:

Re: [lxc-devel] [PATCH v3] Add Oracle Linux template

2012-10-04 Thread Dwight Engen
This is a new template to create containers based on Oracle Linux. A version such as 5.8, 6.3, or 6.latest can be specified with -R in which case a rootfs will be created from rpms downloaded from the Oracle public-yum repo. Alternatively the path to an existing rootfs of Oracle 5 or 6 may be give

[lxc-devel] [PATCH] display warning when yum missing in fedora template

2012-10-04 Thread Dwight Engen
This early exit is preventing the warning message that follows it from being shown. Signed-off-by: Dwight Engen --- templates/lxc-fedora.in |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in index 0bcb396..edd4b9d 100644 ---

[lxc-devel] [PATCH] fix "make rpm"

2012-10-04 Thread Dwight Engen
RPM doesn't like "-" in the version number and gives: "error: line 24: Illegal char '-' in: Version: 0.8.0-rc2" Other packages (bind-utils for example) have used . instead of - as a seperator. Signed-off-by: Dwight Engen --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(