summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-06-02 16:08:25 +0200
committerDirk von Suchodoletz2011-06-02 16:08:25 +0200
commit1db6efd65d198f924add13d32f1ea0ef1754f57d (patch)
treef3384454b7d708516fe069a48d0b6122401b9ed9 /src
parentFix for automounter ... (diff)
downloadcore-1db6efd65d198f924add13d32f1ea0ef1754f57d.tar.gz
core-1db6efd65d198f924add13d32f1ea0ef1754f57d.tar.xz
core-1db6efd65d198f924add13d32f1ea0ef1754f57d.zip
Missing stuff for LinuxMint ...
Diffstat (limited to 'src')
-rw-r--r--src/installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm
index 5e760e12..a32898e9 100644
--- a/src/installer/OpenSLX/OSSetup/Engine.pm
+++ b/src/installer/OpenSLX/OSSetup/Engine.pm
@@ -80,6 +80,8 @@ use vars qw(%supportedDistros);
'ubuntu-10.10_amd64'=> 'clone,update,shell',
'ubuntu-11.04' => 'clone,install,update,shell',
'ubuntu-11.04_amd64'=> 'clone,update,shell',
+ 'linuxmint-10' => 'clone,update,shell',
+ 'linuxmint-11' => 'clone,update,shell',
);
my %localHttpServers;