]> git.ipfire.org Git - thirdparty/lxc.git/commit
add oracle template (From: Dwight Engen)
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 5 Oct 2012 21:40:21 +0000 (16:40 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 18:18:32 +0000 (13:18 -0500)
commit708f4a80ea464edd3805f2024d65a2e795265080
treee881059734c5ac4ef4e98bfe9d361d2442f27ba9
parent037ba55cbee97bb9e1be95423c358ac1a7b33a2a
add oracle template  (From: 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 given to
the template with the -t option.

The architecture of the downloaded rpms installed in the container can be
specified with the -a template option.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
configure.ac
templates/Makefile.am
templates/lxc-oracle.in [new file with mode: 0644]