summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-04-11 18:06:00 +0200
committerSebastian Schmelzer2012-04-11 18:06:00 +0200
commit0f473aee5136f62489071f52d48f0e43d2da99cc (patch)
tree957d4d9acba25fcab8d92fc2b14db08e74e54950 /src/installer/OpenSLX/OSSetup/Engine.pm
parentadd linuxmint (diff)
downloadcore-0f473aee5136f62489071f52d48f0e43d2da99cc.tar.gz
core-0f473aee5136f62489071f52d48f0e43d2da99cc.tar.xz
core-0f473aee5136f62489071f52d48f0e43d2da99cc.zip
add ubuntu 12.04
Diffstat (limited to 'src/installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--src/installer/OpenSLX/OSSetup/Engine.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm
index e10b9bf9..1ad30ba4 100644
--- a/src/installer/OpenSLX/OSSetup/Engine.pm
+++ b/src/installer/OpenSLX/OSSetup/Engine.pm
@@ -81,6 +81,7 @@ use vars qw(%supportedDistros);
'ubuntu-10.10' => 'clone,install,update,shell',
'ubuntu-11.04' => 'clone,install,update,shell',
'ubuntu-11.10' => 'clone,install,update,shell',
+ 'ubuntu-12.04' => 'clone,install,update,shell',
'linuxmint-10' => 'clone,update,shell',
'linuxmint-11' => 'clone,update,shell',
'linuxmint-12' => 'clone,update,shell',