summaryrefslogtreecommitdiffstats
path: root/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-04-11 18:06:00 +0200
committerSebastian Schmelzer2012-04-11 18:06:00 +0200
commit0f473aee5136f62489071f52d48f0e43d2da99cc (patch)
tree957d4d9acba25fcab8d92fc2b14db08e74e54950 /src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
parentadd linuxmint (diff)
downloadcore-0f473aee5136f62489071f52d48f0e43d2da99cc.tar.gz
core-0f473aee5136f62489071f52d48f0e43d2da99cc.tar.xz
core-0f473aee5136f62489071f52d48f0e43d2da99cc.zip
add ubuntu 12.04
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 1443251b..473fe65b 100644
--- a/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
+++ b/src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm
@@ -103,6 +103,7 @@ sub getSquashfsVersion
'10.10' => '4.0',
'11.04' => '4.0',
'11.10' => '4.0',
+ '12.04' => '4.0',
);
my $distroDefault = '4.0';