diff options
| author | Volker Uhrig | 2008-02-17 03:28:41 +0100 |
|---|---|---|
| committer | Volker Uhrig | 2008-02-17 03:28:41 +0100 |
| commit | da8b2bf2b5860698f71372c22b473dba8fcb18b4 (patch) | |
| tree | 5da67e630f9da8bcf853bd90bcdb557bbd9b5202 /os-plugins/plugins/vmware/files/client-config.xml.default | |
| parent | * Added example how you can copy files outside of the chroot (diff) | |
| download | core-da8b2bf2b5860698f71372c22b473dba8fcb18b4.tar.gz core-da8b2bf2b5860698f71372c22b473dba8fcb18b4.tar.xz core-da8b2bf2b5860698f71372c22b473dba8fcb18b4.zip | |
* cleaned up code
* fixed tabs
* plugin includes now all needed files. they will get copied from the plugin dir
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1553 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/files/client-config.xml.default')
| -rw-r--r-- | os-plugins/plugins/vmware/files/client-config.xml.default | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/client-config.xml.default b/os-plugins/plugins/vmware/files/client-config.xml.default new file mode 100644 index 00000000..f1612fc9 --- /dev/null +++ b/os-plugins/plugins/vmware/files/client-config.xml.default @@ -0,0 +1,8 @@ +<settings> + <eintrag> + <computername param="HOSTNAME"> + </computername> + <username param="USER"> + </username> + </eintrag> +</settings> |
