]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-opensuse: default release changed to 13.1, as 12.3 reaches end-of-life soon
authorJohannes Kastl <mail@ojkastl.de>
Fri, 12 Dec 2014 20:51:21 +0000 (21:51 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 19 Dec 2014 18:43:21 +0000 (13:43 -0500)
Signed-off-by: Johannes Kastl <git@ojkastl.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-opensuse.in

index e9c96e69ac5892447712425ce3d9f8447d78c769..4c09d24bc7854288f0a9159fe67586653b23c546 100644 (file)
@@ -380,8 +380,8 @@ usage()
 {
     cat <<EOF
 $1 -h|--help -p|--path=<path> -r|--release nn.n --clean
-Please give the release as 12.3, 13.1, 13.2 etc.
-If no release is given, openSUSE 12.3 is installed.
+Please give the release as 13.1, 13.2 etc.
+If no release is given, openSUSE 13.1 is installed.
 EOF
     return 0
 }
@@ -433,15 +433,11 @@ fi
 
 if [ -z "$DISTRO" ]; then
     echo ""
-    echo "No release selected, using openSUSE 12.3"
-    DISTRO=12.3
+    echo "No release selected, using openSUSE 13.1"
+    DISTRO=13.1
 else
     echo ""
     case "$DISTRO" in
-       12.3)
-           echo "Selected openSUSE 12.3"
-           ;;
-
        13.1)
            echo "Selected openSUSE 13.1"
            ;;