[lxc-devel] [PATCH 3/3] oracle template: default to 6.5 when no release given or detected
Stéphane Graber
stgraber at ubuntu.com
Wed Jan 15 17:29:43 UTC 2014
On Wed, Jan 15, 2014 at 12:21:57PM -0500, Dwight Engen wrote:
> Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>
> ---
> templates/lxc-oracle.in | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/templates/lxc-oracle.in b/templates/lxc-oracle.in
> index 6df328d..80c2df2 100644
> --- a/templates/lxc-oracle.in
> +++ b/templates/lxc-oracle.in
> @@ -713,8 +713,8 @@ else
> if [ $host_distribution = "OracleServer" ]; then
> container_release_version=$host_release_version
> else
> - echo "No release specified with -R, defaulting to 6.4"
> - container_release_version="6.4"
> + echo "No release specified with -R, defaulting to 6.5"
> + container_release_version="6.5"
> fi
> fi
> container_release_major=`echo $container_release_version |awk -F '.' '{print $1}'`
> --
> 1.8.3.1
>
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel
--
Stéphane Graber
Ubuntu developer
http://www.ubuntu.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20140115/630aef0b/attachment.pgp>
More information about the lxc-devel
mailing list