diff options
author | Sebastian Schmelzer | 2012-04-11 18:06:00 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-04-11 18:06:00 +0200 |
commit | 0f473aee5136f62489071f52d48f0e43d2da99cc (patch) | |
tree | 957d4d9acba25fcab8d92fc2b14db08e74e54950 /src/installer | |
parent | add linuxmint (diff) | |
download | core-0f473aee5136f62489071f52d48f0e43d2da99cc.tar.gz core-0f473aee5136f62489071f52d48f0e43d2da99cc.tar.xz core-0f473aee5136f62489071f52d48f0e43d2da99cc.zip |
add ubuntu 12.04
Diffstat (limited to 'src/installer')
-rw-r--r-- | src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm | 1 | ||||
-rw-r--r-- | src/installer/OpenSLX/OSSetup/Engine.pm | 1 |
2 files changed, 2 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'; diff --git a/src/installer/OpenSLX/OSSetup/Engine.pm b/src/installer/OpenSLX/OSSetup/Engine.pm index e10b9bf9..1ad30ba4 100644 --- a/src/installer/OpenSLX/OSSetup/Engine.pm +++ b/src/installer/OpenSLX/OSSetup/Engine.pm @@ -81,6 +81,7 @@ use vars qw(%supportedDistros); 'ubuntu-10.10' => 'clone,install,update,shell', 'ubuntu-11.04' => 'clone,install,update,shell', 'ubuntu-11.10' => 'clone,install,update,shell', + 'ubuntu-12.04' => 'clone,install,update,shell', 'linuxmint-10' => 'clone,update,shell', 'linuxmint-11' => 'clone,update,shell', 'linuxmint-12' => 'clone,update,shell', |