summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/XX_vmware.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-16 18:42:04 +0100
committerDirk von Suchodoletz2009-02-16 18:42:04 +0100
commit79ab068bd33ad54e1c9643052b87e8f4f5f1253a (patch)
treec78e6fb5885db8f93a4ab659a81ef41571a94a12 /os-plugins/plugins/vmware/XX_vmware.sh
parentUpdating syslinx as it fixed a delay issue in booting in some VMware (diff)
downloadcore-79ab068bd33ad54e1c9643052b87e8f4f5f1253a.tar.gz
core-79ab068bd33ad54e1c9643052b87e8f4f5f1253a.tar.xz
core-79ab068bd33ad54e1c9643052b87e8f4f5f1253a.zip
Set of fixes to run VMplayer 1.0 / Workstation 5.5 properly ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2579 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/XX_vmware.sh')
-rw-r--r--os-plugins/plugins/vmware/XX_vmware.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/os-plugins/plugins/vmware/XX_vmware.sh b/os-plugins/plugins/vmware/XX_vmware.sh
index d83c6203..70d8b540 100644
--- a/os-plugins/plugins/vmware/XX_vmware.sh
+++ b/os-plugins/plugins/vmware/XX_vmware.sh
@@ -41,9 +41,6 @@ if [ -e /initramfs/plugin-conf/vmware.conf ]; then
# should contain (seems to be an average one)
echo -e "# configuration file for vmware background services written in \
stage3 setup" > /mnt/etc/vmware/slxvmconfig
- # fixme: sollte unnötig sein, das hier zu tun. "vmware-env" kann hier voll
- # determiniert werden, siehe Ticket 240
- echo "vmware_kind=${vmware_kind}" >> /mnt/etc/vmware/slxvmconfig
if [ "$vmware_bridge" = 1 ] ; then
echo "vmnet0=true" >> /mnt/etc/vmware/slxvmconfig
fi
@@ -137,7 +134,7 @@ $(ipcalc -m $vmip/$vmpx|sed s/.*=//) {" \
echo "00:50:56:F1:30:50" > /mnt/etc/vmware/vmnet-natd-8.mac
mknod /dev/vmnet8 c 119 8
fi
- # copy the runlevelscript to the proper place and activate it
+ # copy the runlevel script to the proper place and activate it
cp /mnt/opt/openslx/plugin-repo/vmware/${vmware_kind}/vmware.init \
/mnt/etc/init.d/vmware-env \
|| echo " * Error copying runlevel script. Shouldn't happen."