From 8c66c10a53fa51ea166ade6a6f1ac4e94a10a63c Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 18 Jan 2009 23:39:27 +0000 Subject: Distro - hwinfo matching updated/extended (hint by Sebastian). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2489 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm') diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm index c95ae2d9..f0e096ad 100644 --- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm +++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2006, 2007 - OpenSLX GmbH +# Copyright (c) 2006..2009 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -47,11 +47,15 @@ sub determineMatchingHwinfoVersion my $self = shift; my $distroVersion = shift; - # TODO: fill this map (see Suse.pm for an example) + # Please check, if correct my %versionMap = ( + '7.10' => '14.19', + '8.04' => '15.3', + '8.10' => '15.3', + '9.04' => '15.21', ); return $versionMap{$distroVersion} || $self->SUPER::determineMatchingHwinfoVersion($distroVersion); } -1; \ No newline at end of file +1; -- cgit v1.2.3-55-g7522