summaryrefslogtreecommitdiffstats
path: root/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm')
-rw-r--r--src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm12
1 files changed, 6 insertions, 6 deletions
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);