diff options
| author | Jonathan Bauer | 2014-10-07 16:22:58 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-10-07 16:22:58 +0200 |
| commit | 419fc802b3a112df96282b1b4c662482978030ca (patch) | |
| tree | d359dfc5013898a31585f32f50fef72aef4fbe59 /remote/modules/vmware/data | |
| parent | [pam-common-share] dummy module with pam-script file to mount a common share (diff) | |
| download | tm-scripts-419fc802b3a112df96282b1b4c662482978030ca.tar.gz tm-scripts-419fc802b3a112df96282b1b4c662482978030ca.tar.xz tm-scripts-419fc802b3a112df96282b1b4c662482978030ca.zip | |
[vmchooser/vmware] added support for 2nd shared folder to enable a common share folder in the VMs
Diffstat (limited to 'remote/modules/vmware/data')
| -rw-r--r-- | remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include index 90e49445..016ebdc6 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include @@ -291,11 +291,18 @@ runvmwareconfheader () sharedFolder0.present = "$shfolders" sharedFolder0.enabled = "$shfolders" sharedFolder0.expiration = "never" - sharedFolder0.guestName = "$sharename" - sharedFolder0.hostPath = "$sharepath" + sharedFolder0.guestName = "$homesharename" + sharedFolder0.hostPath = "$homesharepath" sharedFolder0.readAccess = "TRUE" sharedFolder0.writeAccess = "TRUE" - sharedFolder.maxNum = "1" + sharedFolder1.present = "$shfolders" + sharedFolder1.enabled = "$shfolders" + sharedFolder1.expiration = "never" + sharedFolder1.guestName = "$commonsharename" + sharedFolder1.hostPath = "$commonsharepath" + sharedFolder1.readAccess = "TRUE" + sharedFolder1.writeAccess = "TRUE" + sharedFolder.maxNum = "2" # dirs/configs tmpDirectory = "$redodir" |
