summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorLars Müller2007-04-29 19:37:32 +0200
committerLars Müller2007-04-29 19:37:32 +0200
commit62d1586f290f1fc513dd8e99617dd8d1819bed22 (patch)
tree58dfe6b73592d57ae68e3f0d981cc54843abb704 /installer/OpenSLX/OSSetup/Engine.pm
parent* fixed wrong name of folder (diff)
downloadcore-62d1586f290f1fc513dd8e99617dd8d1819bed22.tar.gz
core-62d1586f290f1fc513dd8e99617dd8d1819bed22.tar.xz
core-62d1586f290f1fc513dd8e99617dd8d1819bed22.zip
Add support to install suse 10.1 x86_64 with slxos-setup.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@958 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 070aa7ee..a9692c0d 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -55,7 +55,7 @@ use vars qw(%supportedDistros);
'suse-10.1'
=> { module => 'SUSE_10_1', support => 'clone,install' },
'suse-10.1_x86_64'
- => { module => 'SUSE_10_1_x86_64', support => 'clone' },
+ => { module => 'SUSE_10_1_x86_64', support => 'clone,install' },
'suse-10.2'
=> { module => 'SUSE_10_2', support => 'clone,install' },
'suse-10.2_x86_64'