summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorDirk2014-04-13 19:00:39 +0200
committerDirk2014-04-13 19:00:39 +0200
commit3c21b54a6d2553723bfb4bacb7e3db7da9db697e (patch)
tree479b6fce9487369d401fc14935291fdd72b8611b /src/boot-env
parentUsing IFS as variable for interfaces, very clever ... NOT (IFS = field separa... (diff)
downloadcore-3c21b54a6d2553723bfb4bacb7e3db7da9db697e.tar.gz
core-3c21b54a6d2553723bfb4bacb7e3db7da9db697e.tar.xz
core-3c21b54a6d2553723bfb4bacb7e3db7da9db697e.zip
Modifications required to support Ubuntu 14.04 version ...
Diffstat (limited to 'src/boot-env')
-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);