summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer
Commit message (Collapse)AuthorAgeFilesLines
* [vmware] Switch from VMware player to workstation, bump version to 10.0 ↵Simon Rettberg2013-10-1413-2802/+0Star
| | | | | | (would be player 6.0) also rename module from vmplayer to vmware to be more generic in case we switch again
* ...Dirk2013-10-071-0/+1
|
* Ansering to Ticket #518 (reducing the number of MAXCORES) ... Should be ↵Dirk2013-10-071-1/+2
| | | | checked, if working and should be configured more properly ...
* [rootfs-stage32] Make it possible to run a script after adding an addon to ↵Simon Rettberg2013-08-211-0/+5
| | | | | | the aufs stack. Call it addon-init and place it in the root directory of your addon [vmplayer] Add such an addon-init script that will take care of setting up the vmplayer environment
* [vmchooser] Add support for dnbd3 (if servers are specified in config)Simon Rettberg2013-08-201-8/+11
| | | | Also add fallback if MAC address is not present in config
* Fix statefile moving.thaibault2013-08-081-1/+1
|
* Add persistent bootable virtual machine features.thaibault2013-08-081-4/+24
|
* [vmchooser] moved all vmchooser specific files and scripts to /opt/openslx. ↵Jonathan Bauer2013-08-025-4/+4
| | | | Renamed 'var/lib/virt' to 'mnt/vmstore'. Added bwlehrpool theme for vmchooser#
* [vmplayer] fix memory limit on old vmware hardware versionsSimon Rettberg2013-07-301-1/+2
| | | | [rootfs-stage32] make analyze-disk wait for fdisk
* removed old code that did nothingJonathan Bauer2013-07-291-5/+7
|
* [vmchooser] Try to refine calculation of amount of memory to assign to VMSimon Rettberg2013-07-121-2/+2
|
* [vmplayer] More updates to hw-config setupSimon Rettberg2013-07-121-16/+19
|
* [vmplayer] Rework run-virt.include to better set memory limits, CPU count ↵Simon Rettberg2013-07-121-125/+232
| | | | and guestOS
* [vmware/vmchooser] add quotes everywhere to allow for spaces in filenames of ↵Jonathan Bauer2013-07-091-2/+2
| | | | vm images
* [vmchooser] Create text file in floppy image that tells the guest the host's ↵Simon Rettberg2013-07-041-1/+0Star
| | | | | | resolution [vmplayer] do not override enable3d setting from xml when system supports 3d
* Revert changes to ↵Simon Rettberg2013-07-021-4/+5
| | | | | | 'remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include' Wer ist thaibault und warum macht der Scripte kaputt?
* Add executable rights to all scripts.thaibault2013-07-021-0/+0
|
* Patched code to support persistent virtual machines for specified users.thaibault2013-07-021-5/+4Star
|
* Added lib path /usr/lib64 to find routine, some typosChristian Rößler2013-07-011-4/+3Star
|
* [vmplayer] fix service file syntaxSimon Rettberg2013-06-271-1/+1
|
* [kdm] bwLehrpool ThemeSimon Rettberg2013-06-261-0/+0
|
* [vmplayer] Wait for host's udhcpc to write DNS servers to config before ↵Simon Rettberg2013-06-201-0/+7
| | | | generating udhcpd config
* [vmplayer] clean up run-virt.include: drop support for old player versionsSimon Rettberg2013-06-112-216/+236
| | | | | | [vmplayer] limit RAM to 3800MB on 32bit [xorg] include libglx on openSUSE [rootfs-stage32] add gfx driver loading service - currently not actually loading them, but checking for i915 gfx to enable 3D support in VMWare Player
* [vmplayer] enable sound and 3D in vmplayerMichael Neves2013-06-101-4/+2Star
|
* add iptables modules, vmware udhcpd works nowMichael Neves2013-06-051-1/+2
|
* remove mdev, oopsMichael Neves2013-06-051-0/+0
|
* host bridge interfaceMichael Neves2013-06-052-22/+2Star
|\
| * Fix Simon's stupid bugs in vmplayer and policykit!Jonathan Bauer2013-06-041-1/+1
|/
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-06-031-5/+8
|\
| * Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-06-011-1/+4
| |\
| | * [vmplayer] More error checksroot2013-05-311-1/+4
| | | | | | | | | | | | | | | [stage31] more error checks in stage31 (and then drop to shell) [fileutil] Add option to tarcopy to ignore failed reads
| * | [vmplayer] Fixed mounting of vmplayer NFS shareSimon Rettberg2013-06-011-4/+4
| |/
* / vmware networkMichael Neves2013-06-0316-285/+210Star
|/
* [vmplayer] Copy kernel modules in post_copy, not buildSimon Rettberg2013-05-241-6/+12
| | | | [systemd] enable logind again, fixes tty2-6
* Refactoring:Simon Rettberg2013-05-211-2/+2
| | | | | REQUIRED_DEPENDENCIES -> REQUIRED_INSTALLED_PACKAGES REQUIRED_PACKAGES -> REQUIRED_CONTENT_PACKAGES
* GRRR file permissions... missing setuid on vmware-vmx led to 'virtual ↵Michael Neves2013-05-161-0/+3
| | | | machine is busy' error
* remove chmod /dev/mem, not necessaryMichael Neves2013-05-161-3/+1Star
|
* exclude some vm functionsMichael Neves2013-05-141-4/+8
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-05-141-0/+4
|\
| * [vmplayer] make everything that seems like a script executableSimon Rettberg2013-05-141-0/+4
| |
* | fix /dev/mem permissionsMichael Neves2013-05-141-0/+2
|/
* vmware-usbarbitrator fixedMichael Neves2013-05-142-2/+3
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsMichael Neves2013-05-141-1/+3
|\
| * fix mount error when already mounted vmware storeJonathan Bauer2013-05-141-1/+3
| |
* | add index.theme for vmplayer iconsMichael Neves2013-05-142-1/+1664
|/
* gconv back inJonathan Bauer2013-05-141-1/+1
|
* make .sh executalble in vmware/libMichael Neves2013-05-141-0/+1
|
* Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-05-141-1/+1
|\
| * DERPSimon Rettberg2013-05-141-1/+1
| |
* | vmware service fix?Jonathan Bauer2013-05-142-0/+2
|/