diff options
author | Sebastian Schmelzer | 2012-03-27 15:24:54 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-03-27 15:24:54 +0200 |
commit | 58b06de52ab99bbd2f23afeabdcd00de0316b151 (patch) | |
tree | 101f37f19fcfe88f4b725faef90fd1addda858e3 /src/installer | |
parent | vmplayer4 eula fix (diff) | |
download | core-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.pm | 1 |
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; |