diff options
author | Dirk von Suchodoletz | 2011-06-02 16:08:25 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2011-06-02 16:08:25 +0200 |
commit | 1db6efd65d198f924add13d32f1ea0ef1754f57d (patch) | |
tree | f3384454b7d708516fe069a48d0b6122401b9ed9 /src/installer | |
parent | Fix for automounter ... (diff) | |
download | core-1db6efd65d198f924add13d32f1ea0ef1754f57d.tar.gz core-1db6efd65d198f924add13d32f1ea0ef1754f57d.tar.xz core-1db6efd65d198f924add13d32f1ea0ef1754f57d.zip |
Missing stuff for LinuxMint ...
Diffstat (limited to 'src/installer')
-rw-r--r-- | src/installer/OpenSLX/OSSetup/Engine.pm | 2 |
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; |