summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-01-20 15:43:14 +0100
committerSebastian Schmelzer2009-01-20 15:43:14 +0100
commit65ee6100b4517485f477cfe3254a70efb7da3e48 (patch)
treec66626d7da61abb41cd1fde58e1c3f02c2d61b4c /boot-env/OpenSLX
parent * fix ubuntu 8.10 nvidia support (diff)
downloadcore-65ee6100b4517485f477cfe3254a70efb7da3e48.tar.gz
core-65ee6100b4517485f477cfe3254a70efb7da3e48.tar.xz
core-65ee6100b4517485f477cfe3254a70efb7da3e48.zip
* set 15.21 as default for 8.10
* run dkms add if source not yet in dkms tree git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2506 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
index f0e096ad..8f77c9bd 100644
--- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
+++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
@@ -51,7 +51,7 @@ sub determineMatchingHwinfoVersion
my %versionMap = (
'7.10' => '14.19',
'8.04' => '15.3',
- '8.10' => '15.3',
+ '8.10' => '15.21',
'9.04' => '15.21',
);
return $versionMap{$distroVersion}