Commit 8f3a3cd8 by Johannes Kastl Committed by Stéphane Graber

lxc-opensuse: default release changed to 13.1, as 12.3 reaches end-of-life soon

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