summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
index fc2fcaf9..365f8561 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Base.pm
@@ -78,14 +78,14 @@ sub fillRunlevelScript
End-of-Here
} elsif ($kind eq 'vmpl1.0') {
$script .= unshiftHereDoc(<<" End-of-Here");
- vmware_kind_path=/opt/openslx/plugin-repo/vmware/\${vmware_kind}/
+ vmware_kind_path=/opt/openslx/plugin-repo/vmware/${kind}/
module_src_path=\${vmware_kind_path}/vmroot/modules
insmod \${module_src_path}/vmmon.ko
insmod \${module_src_path}/vmnet.ko
End-of-Here
} elsif ($kind eq "vmpl2.0") {
$script .= unshiftHereDoc(<<" End-of-Here");
- vmware_kind_path=/opt/openslx/plugin-repo/vmware/\${vmware_kind}/
+ vmware_kind_path=/opt/openslx/plugin-repo/vmware/${kind}/
module_src_path=\${vmware_kind_path}/vmroot/modules
insmod \${module_src_path}/vmmon.ko
insmod \${module_src_path}/vmnet.ko
@@ -93,7 +93,7 @@ sub fillRunlevelScript
End-of-Here
} elsif ($kind eq 'vmpl2.5') {
$script .= unshiftHereDoc(<<" End-of-Here");
- vmware_kind_path=/opt/openslx/plugin-repo/vmware/\${vmware_kind}/
+ vmware_kind_path=/opt/openslx/plugin-repo/vmware/${kind}
module_src_path=\${vmware_kind_path}/vmroot/modules
insmod \${module_src_path}/vmmon.ko
insmod \${module_src_path}/vmnet.ko