From e61e9d93f1e87b8821aca173bac6f3abeb9678f3 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 22 Nov 2011 17:25:41 +0100 Subject: Distro specific scripts ... --- src/installer/OpenSLX/OSExport/Distro/Suse.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/installer/OpenSLX/OSExport/Distro/Suse.pm') 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; -- cgit v1.2.3-55-g7522