summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/run-virt.include
diff options
context:
space:
mode:
authorMichael Janczyk2010-03-25 18:33:20 +0100
committerMichael Janczyk2010-03-25 18:33:20 +0100
commit05d263fe3e313bde1c3da2fa67237df894971d43 (patch)
treece66520706d9b0c4362a308788d418bca62c139c /os-plugins/plugins/vmware/files/run-virt.include
parentnew run-virt.include for xen plugin. qemukvm modules now loaded via runlevels... (diff)
downloadcore-05d263fe3e313bde1c3da2fa67237df894971d43.tar.gz
core-05d263fe3e313bde1c3da2fa67237df894971d43.tar.xz
core-05d263fe3e313bde1c3da2fa67237df894971d43.zip
added support for rw disks and netboot
Diffstat (limited to 'os-plugins/plugins/vmware/files/run-virt.include')
-rw-r--r--os-plugins/plugins/vmware/files/run-virt.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/vmware/files/run-virt.include b/os-plugins/plugins/vmware/files/run-virt.include
index e6866673..dfd07a89 100644
--- a/os-plugins/plugins/vmware/files/run-virt.include
+++ b/os-plugins/plugins/vmware/files/run-virt.include
@@ -140,8 +140,8 @@ usb.generic.autoconnect = \"TRUE\"
sharedFolder0.present = \"TRUE\"
sharedFolder0.enabled = \"${shared_folder}\"
sharedFolder0.expiration = \"never\"
-sharedFolder0.guestName = \"Home\"
-sharedFolder0.hostPath = \"${HOME}\"
+sharedFolder0.guestName = \"${sharename}\"
+sharedFolder0.hostPath = \"${sharepath}\"
sharedFolder0.readAccess = \"TRUE\"
sharedFolder0.writeAccess = \"TRUE\"
sharedFolder.maxNum = \"1\"