summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-05-12 10:20:11 +0200
committerDirk von Suchodoletz2011-05-12 10:20:11 +0200
commit4291b9ea55cd1f16d6048a58434b71d650938eba (patch)
tree74971b2a35099d4dd8b8ac297d66f97d7dd60a92 /src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
parentAUFS/UnionFS(?) might be compiled into the kernel already ... (diff)
downloadcore-4291b9ea55cd1f16d6048a58434b71d650938eba.tar.gz
core-4291b9ea55cd1f16d6048a58434b71d650938eba.tar.xz
core-4291b9ea55cd1f16d6048a58434b71d650938eba.zip
Small changes for new Ubuntu 11.04 ...
Diffstat (limited to 'src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm')
-rw-r--r--src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
index 6f180c68..300c3a76 100644
--- a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -99,7 +99,9 @@ sub getSquashfsVersion
'8.10' => '3.3',
'9.04' => '3.3',
'9.10' => '4.0',
- '10.04' => '4.0'
+ '10.04' => '4.0',
+ '10.10' => '4.0',
+ '11.04' => '4.0',
);
my $distroDefault = '4.0';