diff options
author | Dirk | 2011-11-22 17:25:41 +0100 |
---|---|---|
committer | Dirk | 2011-11-22 17:25:41 +0100 |
commit | e61e9d93f1e87b8821aca173bac6f3abeb9678f3 (patch) | |
tree | 001225fa9a950d419798cdf94d7441d0587f2ef1 /src/installer | |
parent | Updated OpenSuSE distro info with special script: updateDistroInfo.suse (diff) | |
download | core-e61e9d93f1e87b8821aca173bac6f3abeb9678f3.tar.gz core-e61e9d93f1e87b8821aca173bac6f3abeb9678f3.tar.xz core-e61e9d93f1e87b8821aca173bac6f3abeb9678f3.zip |
Distro specific scripts ...
Diffstat (limited to 'src/installer')
-rw-r--r-- | src/installer/OpenSLX/OSExport/Distro/Suse.pm | 5 | ||||
-rw-r--r-- | src/installer/OpenSLX/OSExport/Distro/Ubuntu.pm | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/installer/OpenSLX/OSExport/Distro/Suse.pm b/src/installer/OpenSLX/OSExport/Distro/Suse.pm index 79090c04..bf09f4ff 100644 --- a/src/installer/OpenSLX/OSExport/Distro/Suse.pm +++ b/src/installer/OpenSLX/OSExport/Distro/Suse.pm @@ -135,7 +135,9 @@ sub getSquashfsVersion '11.0' => '3.2', '11.1' => '3.2', '11.2' => '3.3', - '11.3' => '4.0' + '11.3' => '4.0', + '11.4' => '4.0', + '12.1' => '4.0' ); my $distroDefault = '4.0'; @@ -143,5 +145,4 @@ sub getSquashfsVersion return $versionMap{$distroVersion} || $distroDefault; } - 1; 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'; |