From 8a8d9b0e39e2bc28cce990b7b8922a8b42ef3163 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 28 Aug 2007 16:43:12 +0000 Subject: 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 --- installer/OpenSLX/OSSetup/Engine.pm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'installer') 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' }, -- cgit v1.2.3-55-g7522