From 3c21b54a6d2553723bfb4bacb7e3db7da9db697e Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 13 Apr 2014 19:00:39 +0200 Subject: Modifications required to support Ubuntu 14.04 version ... --- src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/boot-env') diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm index 7a556eb0..4d9e3d36 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..2011 - OpenSLX GmbH +# Copyright (c) 2006..2014 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -60,11 +60,11 @@ sub determineMatchingHwinfoVersion # Please check, if correct my %versionMap = ( '10.04' => '16.0', - '10.10' => '16.0', - '11.04' => '16.0', - '11.10' => '16.0', - '12.04' => '16.0', - '12.10' => '16.0', + '10.10' => '16.0', + '11.04' => '16.0', + '11.10' => '16.0', + '12.04' => '16.0', + '14.04' => '16.0', ); return $versionMap{$distroVersion} || $self->SUPER::determineMatchingHwinfoVersion($distroVersion); -- cgit v1.2.3-55-g7522