diff options
| author | Volker Uhrig | 2008-03-14 17:49:28 +0100 |
|---|---|---|
| committer | Volker Uhrig | 2008-03-14 17:49:28 +0100 |
| commit | 1b00e76c97de127016555293a48cfa912055a775 (patch) | |
| tree | 725f011ebe4b6a097078155d95b1bd359b423e9e /os-plugins/plugins/vmwarebinary/files/README | |
| parent | ugly hack: theme plugin works now with kdm and all distros again. Remove file... (diff) | |
| download | core-1b00e76c97de127016555293a48cfa912055a775.tar.gz core-1b00e76c97de127016555293a48cfa912055a775.tar.xz core-1b00e76c97de127016555293a48cfa912055a775.zip | |
* Adding temporary plugin which install vmplayer in stage1
* In the future it will be merged with the vmplayer plugin
* current status:
* installation tested with suse 10.2
* files/runvmware-v2 need to be changed to fit the new locations
* XX_vmwarebinary.sh needs to get reviewed again
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1632 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmwarebinary/files/README')
| -rw-r--r-- | os-plugins/plugins/vmwarebinary/files/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmwarebinary/files/README b/os-plugins/plugins/vmwarebinary/files/README new file mode 100644 index 00000000..79d6e89a --- /dev/null +++ b/os-plugins/plugins/vmwarebinary/files/README @@ -0,0 +1,31 @@ +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 + only needed in non-binary version +- nat.conf + NAT Configuration file, which will be copied to + /etc/vmware/vmnet8/nat/ + only needed in non-binary version +- 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 +- depmod.sh, insmod.sh, uname.sh + Fake environment to get the vmplayer configuration program running +- installbinary.sh + Installation script, which takes care about the installation of vmplayer +- locations + /etc/vmware/locations is needed by vmware-configure.pl |
