summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware/data/opt
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix last commitSimon Rettberg2015-03-041-2/+2
|
* [vm*] Only explicitly set sound card if there's more than one in the host systemSimon Rettberg2015-03-041-3/+11
|
* [vmchooser/vmware] added support for 2nd shared folder to enable a common ↵Jonathan Bauer2014-10-071-3/+10
| | | | share folder in the VMs
* [vm*] set default sound card for vmware instead of using auto-detectJonathan Bauer2014-10-011-2/+2
|
* [vmware] Decouple volume controls of VM from host systemSimon Rettberg2014-09-291-130/+131
|
* [vmchooser/run-virt] Completely hide vmware toolbar in fullscreenroot2014-07-111-10/+15
|
* [vmware] remove some vmware module from run_virt, as we don't need them for ↵Jonathan Bauer2014-05-051-4/+4
| | | | running VMs.
* [vmware] Support "bridge" and "bridged" as option string for bridged modeSimon Rettberg2014-04-011-1/+1
|
* [vmware/vmchooser] Generalize string cleaning functionSimon Rettberg2014-04-011-11/+2Star
|
* [vmware] run-virt.include: +windows8, windows8-64. Values same as windows7(-64).Christian Rößler2014-01-231-0/+10
|
* [vm*] Add hdd adapter type override option, to quickly fix vms where the ↵Simon Rettberg2014-01-171-14/+29
| | | | vmdk header containse wrong information
* [vmware] Make sure exit code is 0Simon Rettberg2014-01-081-0/+2
|
* Heavily reworked the networking for the various virtual machines:Dirk2013-12-132-207/+59Star
| | | | | | | | | | | | | | | | | There will be three types of network interfaces for virtual machines available all will be configured for every type of virtualization tool a) br0 is the direct host bridge into the local LAN (br0 already exists) vmnet0 for VMware vboxnet0 for VirtualBox kvmnet0* for Qemu/KVM b) nat1 is an internal bridge which "NATes" into the local LAN (with DHCP) vmnet1 for VMware vboxnet1 for VirtualBox kvmnet1* for Qemu/KVM c) vsw2 is an internal host bridge to connect software defined LANs to vmnet2 for VMware vboxnet2 for VirtualBox kvmnet2* for Qemu/KVM
* Restructuring run-virt.include for vmware ...Dirk2013-12-121-69/+58Star
|
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-291-1/+1
|
* [vmware] Add slxlog to run-virt.includeSimon Rettberg2013-11-271-6/+10
|
* [vmware] vmware_env: add slxlog, fix mknod call I broke yesterdaySimon Rettberg2013-11-271-43/+48
|
* [vmware] fix wrong permissions for /tmp/vmwareJonathan Bauer2013-11-261-0/+1
|
* <virtualization> More path changes... Might not be complete yetSimon Rettberg2013-11-266-72/+33Star
|
* [vmware] Fix broken vmware_env script relying on the wrong shellSimon Rettberg2013-11-211-12/+10Star
|
* [vmware] add the domain information received from the dhcp server to the ↵Jonathan Bauer2013-10-151-1/+1
| | | | vmware-dhcp server configuration
* [vmware] Switch from VMware player to workstation, bump version to 10.0 ↵Simon Rettberg2013-10-146-0/+959
(would be player 6.0) also rename module from vmplayer to vmware to be more generic in case we switch again