summaryrefslogtreecommitdiffstats
path: root/boot-env
diff options
context:
space:
mode:
authorMichael Janczyk2010-07-22 18:46:52 +0200
committerMichael Janczyk2010-07-22 18:46:52 +0200
commitf7292356acc5429b7cc3a61e0bbac7ff9b0dc74e (patch)
treeee494eda60e12cd9e557cc665f35292e26998de8 /boot-env
parentadded systems suse 11.3 scilin 5.4-5.5, todo installer packages for suse 11.3... (diff)
downloadcore-f7292356acc5429b7cc3a61e0bbac7ff9b0dc74e.tar.gz
core-f7292356acc5429b7cc3a61e0bbac7ff9b0dc74e.tar.xz
core-f7292356acc5429b7cc3a61e0bbac7ff9b0dc74e.zip
Suse.pm: bugfix, forgot ","
init: replaced string extraction, since old did not work anymore
Diffstat (limited to 'boot-env')
-rw-r--r--boot-env/OpenSLX/MakeInitRamFS/Distro/Suse.pm2
1 files changed, 1 insertions, 1 deletions
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}