summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-11-23 10:43:28 +0100
committerSebastian Schmelzer2011-11-23 10:43:28 +0100
commit9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d (patch)
tree82cee5fc47bbb8aba34bda93245699791383b281 /src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
parentFIX for failed to read mtab (diff)
parentFurther (irrelevant) adaptations ... (diff)
downloadcore-9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d.tar.gz
core-9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d.tar.xz
core-9e2cdc4a5a0da7091e6a56e40a5b6753f1ce634d.zip
Merge branch 'master' of openslx.org:openslx/core
Diffstat (limited to 'src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm')
-rw-r--r--src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
index 300c3a76..1443251b 100644
--- a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -102,6 +102,7 @@ sub getSquashfsVersion
'10.04' => '4.0',
'10.10' => '4.0',
'11.04' => '4.0',
+ '11.10' => '4.0',
);
my $distroDefault = '4.0';