From 1d989a91d6ffe1df39da372acfcc9c4569f749f3 Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 28 Jan 2013 22:19:13 +0100 Subject: VirtBox cannot run VMDKs in the way used here ... --- src/boot-env/OpenSLX/MakeInitRamFS/Distro/Ubuntu.pm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/boot-env') 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); -- cgit v1.2.3-55-g7522