Signed-off-by: Dwight Engen <dwight.en...@oracle.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@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel