From f7292356acc5429b7cc3a61e0bbac7ff9b0dc74e Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 22 Jul 2010 18:46:52 +0200 Subject: Suse.pm: bugfix, forgot "," init: replaced string extraction, since old did not work anymore --- boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot-env') diff --git a/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm b/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm index 2f5b8df4..a2803501 100644 --- a/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm +++ b/boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm @@ -52,7 +52,7 @@ sub determineMatchingHwinfoVersion '10.3' => '14.19', '11.0' => '15.3', '11.1' => '15.21', - '11.2' => '15.21' + '11.2' => '15.21', '11.3' => '15.21' ); return $versionMap{$distroVersion} -- cgit v1.2.3-55-g7522