From f10ddf9cb91d9f27d8ca88eeaac082c5ce48035f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 10 May 2011 12:29:32 +0200 Subject: Formal steps to incorporate new distro versions ... (see wiki) --- src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm | 3 ++- src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src/boot-env') diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm index cb106924..ce23f78e 100644 --- a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm +++ b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006..2010 - OpenSLX GmbH +# Copyright (c) 2006..2011 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -54,6 +54,7 @@ sub determineMatchingHwinfoVersion '11.1' => '15.21', '11.2' => '16.0', '11.3' => '16.0' + '11.4' => '16.0' ); return $versionMap{$distroVersion} || $self->SUPER::determineMatchingHwinfoVersion($distroVersion); diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm index ac669bf4..7c5c561f 100644 --- a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm +++ b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm @@ -1,4 +1,4 @@ - # Copyright (c) 2006..2010 - OpenSLX GmbH +# Copyright (c) 2006..2011 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -65,7 +65,8 @@ sub determineMatchingHwinfoVersion '9.04' => '15.21', '9.10' => '16.0', '10.04' => '16.0', - '10.04' => '16.0', + '10.10' => '16.0', + '11.04' => '16.0', ); return $versionMap{$distroVersion} || $self->SUPER::determineMatchingHwinfoVersion($distroVersion); -- cgit v1.2.3-55-g7522