summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-09 23:45:39 +0200
committerDirk von Suchodoletz2008-08-09 23:45:39 +0200
commit7aa8ac620828476a0e211f11dcafb288445ac2c8 (patch)
treeedfa00a7672328fa31c76ef0ac1624a595197221 /installer/OpenSLX/OSSetup/Engine.pm
parentOverseen one item in last checkin (diff)
downloadcore-7aa8ac620828476a0e211f11dcafb288445ac2c8.tar.gz
core-7aa8ac620828476a0e211f11dcafb288445ac2c8.tar.xz
core-7aa8ac620828476a0e211f11dcafb288445ac2c8.zip
Remove the most unlikely to be supported vendor OS by upcoming
OpenSLX versions and add suse-11.0 for the clone mode ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2008 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-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',