Commit 708f4a80 by Serge Hallyn Committed by Stéphane Graber

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: 's avatarDwight Engen <dwight.engen@oracle.com> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 037ba55c
...@@ -197,6 +197,7 @@ AC_CONFIG_FILES([ ...@@ -197,6 +197,7 @@ AC_CONFIG_FILES([
templates/lxc-opensuse templates/lxc-opensuse
templates/lxc-busybox templates/lxc-busybox
templates/lxc-fedora templates/lxc-fedora
templates/lxc-oracle
templates/lxc-altlinux templates/lxc-altlinux
templates/lxc-sshd templates/lxc-sshd
templates/lxc-archlinux templates/lxc-archlinux
......
...@@ -7,6 +7,7 @@ templates_SCRIPTS = \ ...@@ -7,6 +7,7 @@ templates_SCRIPTS = \
lxc-ubuntu-cloud \ lxc-ubuntu-cloud \
lxc-opensuse \ lxc-opensuse \
lxc-fedora \ lxc-fedora \
lxc-oracle \
lxc-altlinux \ lxc-altlinux \
lxc-busybox \ lxc-busybox \
lxc-sshd \ lxc-sshd \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment