summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
diff options
context:
space:
mode:
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);