summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware
Commit message (Collapse)AuthorAgeFilesLines
...
* [vmware] Downgrade hw version on new path if vmx is too newSimon Rettberg2015-09-151-0/+7
|
* [vmware] ethernet0.addressType = "static" added (parse_vmx.inc)Christian Rößler2015-09-141-1/+2
|
* [vmware] parse_vmx: Now 3D settingsChristian Rößler2015-09-141-2/+13
|
* [runvirt] [vmware] Minor cosmetics, loggingChristian Rößler2015-09-141-1/+4
|
* [runvirt] [vmware] Some more script cosmetics: "virtual machine description ↵Christian Rößler2015-09-123-5/+5
| | | | file" (vmware vmx, vbox xml)
* [vmware] systemd - vmware.service: Added setup-partitions.service to ↵Christian Rößler2015-09-121-2/+2
| | | | requires, after
* [runvirt], [vmware] Some more cosmetics: now include directoriesChristian Rößler2015-09-1211-1/+1
|
* [runvirt] [vmware] WARNING: Further testing needed! Two branches: ↵Christian Rößler2015-09-1111-630/+1051
| | | | | | | Non-Legacy, Legacy. Big scripts vmchooser-run_virt and vmware runvirt include broken into includes, tidied. More cosmetics needed, but it works so far.
* [vmware] vmware.conf now written with maxhardwareversion, version and ↵Christian Rößler2015-07-274-28/+20Star
| | | | buildversion of Workstation.
* [vmware] Only force sound card if default isn't card 0Simon Rettberg2015-07-071-1/+1
|
* [vmware] Support lsisas controllerwqSimon Rettberg2015-07-071-26/+33
|
* Hardwired path of whoami/id/getent, but we should check all scripts and ↵Simon Rettberg2015-05-181-1/+1
| | | | force PATH in critical ones
* [vmware] renamed service dependency to new naming schemeJonathan Bauer2015-05-181-2/+2
|
* 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
|
* [vmware] Support for 10.0.3Simon Rettberg2014-09-043-29/+10Star
|
* [vanilla-kernel] New ModuleSimon Rettberg2014-09-042-0/+27
|
* Keep split usr if original system has it, add extra logic if no split usrroot2014-07-241-1/+0Star
|
* [vmchooser/run-virt] Completely hide vmware toolbar in fullscreenroot2014-07-111-10/+15
|
* Add option REQUIRED_ORIGINAL_USR_SPLIT to disable symlinking /bin to ↵Simon Rettberg2014-07-101-0/+1
| | | | /usr/bin etc...
* Try to clean up the mess with all the different kernel version variables ↵Simon Rettberg2014-07-041-8/+8
| | | | everywhere
* [vmware] remove some vmware module from run_virt, as we don't need them for ↵Jonathan Bauer2014-05-051-4/+4
| | | | running VMs.
* [vmware] forgot to remove debug shells in chrootJonathan Bauer2014-04-171-4/+1Star
|
* [vmware] added patch for vmnet + old patching functionalityJonathan Bauer2014-04-172-5/+84
|
* [vmware] added exit codes for chroot stepsJonathan Bauer2014-04-171-3/+3
|
* [vmware] Support "bridge" and "bridged" as option string for bridged modeSimon Rettberg2014-04-011-1/+1
|
* Merge branch 'master' of simonslx:openslx-ng/tm-scriptsSimon Rettberg2014-04-015-207/+269
|\
| * [vmware] module.conf: entries generalized, no sp. ubuntu confChristian Rößler2014-03-251-0/+44
| |
| * woopsie, the return ;)Jonathan Bauer2014-03-253-225/+0Star
| |
| * [modules] new module naming conventionJonathan Bauer2014-03-253-0/+225
| | | | | | | | rename $MODULE.{conf,build} to module.{conf,build}
| * [vmware] vmware.conf.ubuntu added, var REQUIRED_VMWARE_DELETIONS as file/dirChristian Rößler2014-03-241-0/+136
| | | | | | | | | | list of pseudo-deletions within chroot in case vmware-Workstation is installed in base system.
| * Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsChristian Rößler2014-03-242-1/+4
| |\ | | | | | | | | | | | | Conflicts: remote/modules/vmware/vmware.build
| | * [vmware] added 'kernel' to REQUIRED_MODULESJonathan Bauer2014-03-241-0/+1
| | |
| | * [vmware] adapted .build to new kernel stuffJonathan Bauer2014-03-241-4/+6
| | |
| * | [vmware, chroot] vmware pseudo-deletions in case workstation is installed inChristian Rößler2014-03-241-2/+7
| |/ | | | | | | the base system. An explicit warning for chroot.inc's autoexec.bat.
| * [vmware.build] Ahem, forgot to re-comment debugging bashChristian Rößler2014-03-211-1/+1
| |
| * [logging.inc, chroot.inc] Some redirections for debugging within a chrootChristian Rößler2014-03-211-1/+2
| |
| * [vmware] port to new chroot-run functionalityJonathan Bauer2014-03-112-184/+57Star
| |
* | [vmware/vmchooser] Generalize string cleaning functionSimon Rettberg2014-04-011-11/+2Star
|/
* Overhauled vmware kernel module patching, also added global kernel version ↵Simon Rettberg2014-02-144-15/+216
| | | | | | | | | variables Variables are now: KERNEL_CURRENT_VERSION - currently running kernel (uname -r) SYS_UTS_RELEASE - What uname -r will yield on the generated system SYS_KERNEL - Just version number of SYS_UTS_RELEASE (eg. 3.5.6-12-openslx -> 3.5.6)
* [vmware] Fix /etc/vmware/config generation to include build/version, add ↵Simon Rettberg2014-02-038-23/+66
| | | | usbarb.conf, some other minor fixes
* [vmware] run-virt.include: +windows8, windows8-64. Values same as windows7(-64).Christian Rößler2014-01-231-0/+10
|
* [vmware] Extend some vmware configSimon Rettberg2014-01-201-0/+5
|
* [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-082-0/+3
|
* 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
|