summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
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;