summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-03-27 15:24:54 +0200
committerSebastian Schmelzer2012-03-27 15:24:54 +0200
commit58b06de52ab99bbd2f23afeabdcd00de0316b151 (patch)
tree101f37f19fcfe88f4b725faef90fd1addda858e3 /src/installer
parentvmplayer4 eula fix (diff)
downloadcore-58b06de52ab99bbd2f23afeabdcd00de0316b151.tar.gz
core-58b06de52ab99bbd2f23afeabdcd00de0316b151.tar.xz
core-58b06de52ab99bbd2f23afeabdcd00de0316b151.zip
add linuxmint
Diffstat (limited to 'src/installer')
-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 be670ffa..e10b9bf9 100644
--- a/src/installer/OpenSLX/OSSetup/Engine.pm
+++ b/src/installer/OpenSLX/OSSetup/Engine.pm
@@ -83,6 +83,7 @@ use vars qw(%supportedDistros);
'ubuntu-11.10' => 'clone,install,update,shell',
'linuxmint-10' => 'clone,update,shell',
'linuxmint-11' => 'clone,update,shell',
+ 'linuxmint-12' => 'clone,update,shell',
);
my %localHttpServers;