summaryrefslogtreecommitdiffstats
path: root/src/boot-env
diff options
context:
space:
mode:
authorDirk2013-01-28 22:19:13 +0100
committerDirk2013-01-28 22:19:13 +0100
commit1d989a91d6ffe1df39da372acfcc9c4569f749f3 (patch)
tree099b864c482c7dc1b787fa27d1e8dd03c22dd884 /src/boot-env
parentadd possibility to sync only config files from <priv>/config/stage1 w/o the n... (diff)
downloadcore-1d989a91d6ffe1df39da372acfcc9c4569f749f3.tar.gz
core-1d989a91d6ffe1df39da372acfcc9c4569f749f3.tar.xz
core-1d989a91d6ffe1df39da372acfcc9c4569f749f3.zip
VirtBox cannot run VMDKs in the way used here ...
Diffstat (limited to 'src/boot-env')
-rw-r--r--src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
index de56ee20..7a556eb0 100644
--- a/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
+++ b/src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm
@@ -59,15 +59,12 @@ sub determineMatchingHwinfoVersion
# Please check, if correct
my %versionMap = (
- '7.10' => '14.19',
- '8.04' => '15.3',
- '8.10' => '15.21',
- '9.04' => '15.21',
- '9.10' => '16.0',
'10.04' => '16.0',
'10.10' => '16.0',
'11.04' => '16.0',
- '11.10' => '16.0'
+ '11.10' => '16.0',
+ '12.04' => '16.0',
+ '12.10' => '16.0',
);
return $versionMap{$distroVersion}
|| $self->SUPER::determineMatchingHwinfoVersion($distroVersion);