From 709c5a51805080edf3a0cd865b87355095da774a Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 9 Feb 2010 19:53:15 +0100 Subject: Trivial updates without much functionality yet. --- installer/OpenSLX/OSSetup/Engine.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'installer/OpenSLX/OSSetup/Engine.pm') 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; -- cgit v1.2.3-55-g7522