summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-02-25 23:01:51 +0100
committerDirk von Suchodoletz2010-02-25 23:01:51 +0100
commita466e52d45fbd6b3b89d5f09e9fe568521b3866c (patch)
tree6d9053a4b4fd9bbf6917b5d49a0e43bd42a74db2 /boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
parentSmall fix ... (diff)
downloadcore-a466e52d45fbd6b3b89d5f09e9fe568521b3866c.tar.gz
core-a466e52d45fbd6b3b89d5f09e9fe568521b3866c.tar.xz
core-a466e52d45fbd6b3b89d5f09e9fe568521b3866c.zip
Updated syslinux package of HPA.
Diffstat (limited to 'boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
index 9240f5b5..64c20538 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..2009 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -54,6 +54,8 @@ sub determineMatchingHwinfoVersion
'8.04' => '15.3',
'8.10' => '15.21',
'9.04' => '15.21',
+ '9.10' => '15.21',
+ '10.04' => '15.21',
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);