summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm10
1 files changed, 2 insertions, 8 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 1de74ff8..2a4801ae 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -43,21 +43,15 @@ use vars qw(%supportedDistros);
'debian-4.0_amd64' => 'clone,install,update,shell',
'fedora-6' => 'clone,install,update,shell',
'fedora-6_x86_64' => 'clone,install,update,shell',
- 'gentoo-2006.X' => 'clone',
'gentoo-2007.X' => 'clone',
- 'mandriva-2007.0' => 'clone',
- 'suse-9.3' => 'clone,shell',
- 'suse-10.0' => 'clone,shell',
- 'suse-10.0_x86_64' => 'clone,shell',
'suse-10.1' => 'clone,install,update,shell',
'suse-10.1_x86_64' => 'clone,install,update,shell',
'suse-10.2' => 'clone,install,update,shell',
'suse-10.2_x86_64' => 'clone,install,update,shell',
'suse-10.3' => 'clone,update,shell',
'suse-10.3_x86_64' => 'clone,update,shell',
- 'ubuntu-6.06' => 'clone,update,shell',
- 'ubuntu-6.10' => 'clone,install,update,shell',
- 'ubuntu-6.10_amd64' => 'clone,install,update,shell',
+ 'suse-11.0' => 'clone,update,shell',
+ 'suse-11.0_x86_64' => 'clone,update,shell',
'ubuntu-7.04' => 'clone,install,update,shell',
'ubuntu-7.04_amd64' => 'clone,install,update,shell',
'ubuntu-7.10' => 'clone,update,shell',