Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
8f3a3cd8
Commit
8f3a3cd8
authored
Dec 12, 2014
by
Johannes Kastl
Committed by
Stéphane Graber
Dec 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lxc-opensuse: default release changed to 13.1, as 12.3 reaches end-of-life soon
Signed-off-by:
Johannes Kastl
<
git@ojkastl.de
>
Acked-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
218f9932
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
lxc-opensuse.in
templates/lxc-opensuse.in
+4
-8
No files found.
templates/lxc-opensuse.in
View file @
8f3a3cd8
...
...
@@ -380,8 +380,8 @@ usage()
{
cat
<<
EOF
$1
-h|--help -p|--path=<path> -r|--release nn.n --clean
Please give the release as 1
2.3, 1
3.1, 13.2 etc.
If no release is given, openSUSE 1
2.3
is installed.
Please give the release as 13.1, 13.2 etc.
If no release is given, openSUSE 1
3.1
is installed.
EOF
return
0
}
...
...
@@ -433,15 +433,11 @@ fi
if
[
-z
"
$DISTRO
"
]
;
then
echo
""
echo
"No release selected, using openSUSE 1
2.3
"
DISTRO
=
1
2.3
echo
"No release selected, using openSUSE 1
3.1
"
DISTRO
=
1
3.1
else
echo
""
case
"
$DISTRO
"
in
12.3
)
echo
"Selected openSUSE 12.3"
;;
13.1
)
echo
"Selected openSUSE 13.1"
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment