summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSSetup/Engine.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-05-12 10:20:11 +0200
committerDirk von Suchodoletz2011-05-12 10:20:11 +0200
commit4291b9ea55cd1f16d6048a58434b71d650938eba (patch)
tree74971b2a35099d4dd8b8ac297d66f97d7dd60a92 /src/installer/OpenSLX/OSSetup/Engine.pm
parentAUFS/UnionFS(?) might be compiled into the kernel already ... (diff)
downloadcore-4291b9ea55cd1f16d6048a58434b71d650938eba.tar.gz
core-4291b9ea55cd1f16d6048a58434b71d650938eba.tar.xz
core-4291b9ea55cd1f16d6048a58434b71d650938eba.zip
Small changes for new Ubuntu 11.04 ...
Diffstat (limited to 'src/installer/OpenSLX/OSSetup/Engine.pm')
-rw-r--r--src/installer/OpenSLX/OSSetup/Engine.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm
index a1ad471b..e855ef97 100644
--- a/src/installer/OpenSLX/OSSetup/Engine.pm
+++ b/src/installer/OpenSLX/OSSetup/Engine.pm
@@ -58,9 +58,9 @@ use vars qw(%supportedDistros);
'suse-11.1_x86_64' => 'clone,update,shell',
'suse-11.2' => 'clone,install,update,shell',
'suse-11.2_x86_64' => 'clone,update,shell',
- 'suse-11.3' => 'clone,update,shell',
+ 'suse-11.3' => 'clone,install,update,shell',
'suse-11.3_x86_64' => 'clone,update,shell',
- 'suse-11.4' => 'clone,update,shell',
+ 'suse-11.4' => 'clone,install,update,shell',
'suse-11.4_x86_64' => 'clone,update,shell',
'scilin-4.7' => 'clone,update,shell',
'scilin-5.3' => 'clone,update,shell',