summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-07-05 20:58:59 +0200
committerVolker Uhrig2008-07-05 20:58:59 +0200
commit13e84ec837ebf22233391aee93546bc72094357a (patch)
tree615c5d0ec296f0f64243f25d14c64bf35315210f /os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
parent* Minor fix, to make bug hunting easier (diff)
downloadcore-13e84ec837ebf22233391aee93546bc72094357a.tar.gz
core-13e84ec837ebf22233391aee93546bc72094357a.tar.xz
core-13e84ec837ebf22233391aee93546bc72094357a.zip
* rewrite for vmpl1.0. tested on suse-10.2 with success
* asks now if a installed vmplX.0 player should be reinstalled * writes now player version into /etc/vmware/version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1904 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
index f3ded970..5b865532 100644
--- a/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/Distro/Gentoo.pm
@@ -57,7 +57,9 @@ sub fillRunlevelScript
# load module manuall
vmware_kind_path=/opt/openslx/plugin-repo/vmware/\${vmware_kind}/
module_src_path=\${vmware_kind_path}/vmroot/modules
- insmod \${module_src_path}/vmblock.ko
+ if [ \${vmware_kind} != "vmpl1.0" ]; then
+ insmod \${module_src_path}/vmblock.ko
+ fi
insmod \${module_src_path}/vmmon.ko
insmod \${module_src_path}/vmnet.ko
fi