summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-22 14:17:48 +0200
committerDirk von Suchodoletz2010-08-22 14:17:48 +0200
commit4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc (patch)
tree7fb848a1307307a9dba66eeba1339cdf91933f85 /boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
parentAdding hwinfo to the eglibc packages ... (diff)
downloadcore-4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc.tar.gz
core-4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc.tar.xz
core-4cd4c998b0614c00db02f0ad6b79fd0a1a5226cc.zip
Adding new hwinfo to the several distro descriptions ...
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
index 64c20538..e8d6517d 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
@@ -1,4 +1,4 @@
- # Copyright (c) 2006..2009 - OpenSLX GmbH
+ # Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -54,8 +54,8 @@ sub determineMatchingHwinfoVersion
'8.04' => '15.3',
'8.10' => '15.21',
'9.04' => '15.21',
- '9.10' => '15.21',
- '10.04' => '15.21',
+ '9.10' => '16.0',
+ '10.04' => '16.0',
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);