summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-09 19:53:15 +0100
committerDirk von Suchodoletz2010-02-09 19:53:15 +0100
commit709c5a51805080edf3a0cd865b87355095da774a (patch)
treeb297d43c966aeb86c16bde65ebc7a8df0bd03ee2 /installer
parentTrivial: Remove SVN stuff from VERSIONS file ... (diff)
downloadcore-709c5a51805080edf3a0cd865b87355095da774a.tar.gz
core-709c5a51805080edf3a0cd865b87355095da774a.tar.xz
core-709c5a51805080edf3a0cd865b87355095da774a.zip
Trivial updates without much functionality yet.
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm7
1 files changed, 5 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index 911fc543..4160b4b5 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006..2009 - OpenSLX GmbH
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -56,6 +56,8 @@ use vars qw(%supportedDistros);
'suse-11.0_x86_64' => 'clone,update,shell',
'suse-11.1' => 'clone,install,update,shell',
'suse-11.1_x86_64' => 'clone,update,shell',
+ 'suse-11.2' => 'clone,install,update,shell',
+ 'suse-11.2_x86_64' => 'clone,update,shell',
'scilin-4.7' => 'clone,update,shell',
'scilin-5.3' => 'clone,update,shell',
'ubuntu-8.04' => 'clone,install,update,shell',
@@ -66,6 +68,8 @@ use vars qw(%supportedDistros);
'ubuntu-9.04_amd64' => 'clone,update,shell',
'ubuntu-9.10' => 'clone,install,update,shell',
'ubuntu-9.10_amd64' => 'clone,update,shell',
+ 'ubuntu-10.04' => 'clone,install,update,shell',
+ 'ubuntu-10.04_amd64'=> 'clone,update,shell',
);
my %localHttpServers;
@@ -1151,7 +1155,6 @@ sub _copyUclibcRootfs
kexec
libcurses.so*
libncurses.so*
- mconf
strace
);
my $exclOpts = join ' ', map { "--exclude $_" } @excludes;