summaryrefslogtreecommitdiffstats
path: root/boot-env
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
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')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Debian.pm3
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm4
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm6
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm6
4 files changed, 10 insertions, 9 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Debian.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Debian.pm
index d0210bad..7174474d 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Debian.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Debian.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2006, 2007 - OpenSLX GmbH
+# Copyright (c) 2006..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -52,6 +52,7 @@ sub determineMatchingHwinfoVersion
'3.0' => '13.11',
'4.0' => '14.19',
'5.0' => '15.3',
+ '6.0' => '16.0',
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
index 87585160..f2372f8f 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Scilin.pm
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 - OpenSLX GmbH
+# Copyright (c) 2009..2010 - OpenSLX GmbH
#
# This program is free software distributed under the GPL version 2.
# See http://openslx.org/COPYING
@@ -52,7 +52,7 @@ sub determineMatchingHwinfoVersion
'4.7' => '13.11',
'5.3' => '15.3',
'5.4' => '15.21',
- '5.5' => '15.21',
+ '5.5' => '16.0',
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
index a2803501..cb106924 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.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
@@ -52,8 +52,8 @@ sub determineMatchingHwinfoVersion
'10.3' => '14.19',
'11.0' => '15.3',
'11.1' => '15.21',
- '11.2' => '15.21',
- '11.3' => '15.21'
+ '11.2' => '16.0',
+ '11.3' => '16.0'
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);
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);