summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/files/README
diff options
context:
space:
mode:
authorVolker Uhrig2008-02-17 03:28:41 +0100
committerVolker Uhrig2008-02-17 03:28:41 +0100
commitda8b2bf2b5860698f71372c22b473dba8fcb18b4 (patch)
tree5da67e630f9da8bcf853bd90bcdb557bbd9b5202 /os-plugins/plugins/vmware/files/README
parent* Added example how you can copy files outside of the chroot (diff)
downloadcore-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/README')
-rw-r--r--os-plugins/plugins/vmware/files/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/files/README b/os-plugins/plugins/vmware/files/README
new file mode 100644
index 00000000..4bf303ec
--- /dev/null
+++ b/os-plugins/plugins/vmware/files/README
@@ -0,0 +1,23 @@
+Files
+- client-config.xml.default
+ Describes how the xml config needs to look like which will be used by
+ the Virtual Machine (see nvram below). Currently used internal and
+ shouldn't affect normal OpenSLX users. Data will be available on every
+ OpenSLX Client.
+- dhcpd.conf
+ DHCP Configuration file, which will be copied to
+ /etc/vmware/vmnet8/dhcpd/
+ Needed if you want to use NAT
+- nat.conf
+ NAT Configuration file, which will be copied to
+ /etc/vmware/vmnet8/nat/
+- nvram.5.0
+ This nvram supports a second Floppy drive. Helpfull if you want to
+ get some data from linux to your Windows VirtualMachine (like
+ Scanner-IP or Userinformation)
+- runvmware-v2
+ The main script which will configure and start the Virtual Machine
+- Vorlage_VMwareImageAdministrator.xml
+ This example files shows which VMware features are configureable for
+ each virtual machine.
+ Should be moved sooner or later to the vm-chooser plugin