diff options
| author | Marko Hauenstein | 2008-04-15 17:12:26 +0200 |
|---|---|---|
| committer | Marko Hauenstein | 2008-04-15 17:12:26 +0200 |
| commit | 23b5a0fdb19f997941c2748090109a37b0cb7bc9 (patch) | |
| tree | d1675dbbb205e03a55e19f34ed2862acf62770cc /os-plugins/plugins | |
| parent | New version of vmchooser (diff) | |
| download | core-23b5a0fdb19f997941c2748090109a37b0cb7bc9.tar.gz core-23b5a0fdb19f997941c2748090109a37b0cb7bc9.tar.xz core-23b5a0fdb19f997941c2748090109a37b0cb7bc9.zip | |
Vorlage_VMwareImageAdministrator.xml: added tags for printers, shared drives and homedrive
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1744 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins')
| -rwxr-xr-x | os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml b/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml index e58d829b..22b1365e 100755 --- a/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml +++ b/os-plugins/plugins/vmware/files/Vorlage_VMwareImageAdministrator.xml @@ -39,5 +39,16 @@ # should only be used by our department and noone else
<priority param="1">
</priority>
+ #Description: Should printers be connected ? Which ?
+ <printers param="true">
+ <printer name="" path=""></printer>
+ </printers>
+ #Description: Should the Homedrive be connected ?
+ <home param="true">
+ </home>
+ #Description: Should shared drives be connected ? Which ?
+ <shareds param="true">
+ <shared name="" path="" pass=""></shared>
+ </shareds>
</eintrag>
</settings>
|
