summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-08-28 18:43:12 +0200
committerDirk von Suchodoletz2007-08-28 18:43:12 +0200
commit8a8d9b0e39e2bc28cce990b7b8922a8b42ef3163 (patch)
tree06f358d03258021e8ab88d6404eafc78d60da258 /installer
parent* fixed small bug that introduced an unnecessary prompt during installation (diff)
downloadcore-8a8d9b0e39e2bc28cce990b7b8922a8b42ef3163.tar.gz
core-8a8d9b0e39e2bc28cce990b7b8922a8b42ef3163.tar.xz
core-8a8d9b0e39e2bc28cce990b7b8922a8b42ef3163.zip
Hope it's OK that way to add upcoming SuSE10.3 to the list of
"supported" OS ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1326 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm10
1 files changed, 8 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 8424b831..46bccc75 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -51,10 +51,10 @@ use vars qw(%supportedDistros);
'fedora-6_x86_64' => {
module => 'Fedora', support => 'clone,install'
},
- 'gentoo-2005.1' => {
+ 'gentoo-2006.X' => {
module => 'Gentoo', support => 'clone'
},
- 'gentoo-2006.1' => {
+ 'gentoo-2007.X' => {
module => 'Gentoo', support => 'clone'
},
'mandriva-2007.0' => {
@@ -81,6 +81,12 @@ use vars qw(%supportedDistros);
'suse-10.2_x86_64' => {
module => 'SUSE', support => 'clone,install'
},
+ 'suse-10.3' => {
+ module => 'SUSE', support => 'clone'
+ },
+ 'suse-10.3_x86_64' => {
+ module => 'SUSE', support => 'clone'
+ },
'ubuntu-6.06' => {
module => 'Ubuntu', support => 'clone'
},