summaryrefslogtreecommitdiffstats
path: root/core/modules/vmware-common/data/opt/openslx/vmchooser/plugins/vmware/includes/write_final_vmx.inc
Commit message (Collapse)AuthorAgeFilesLines
* Big round of cleanupSimon Rettberg2024-05-231-2/+2
| | | | | | | | | - Remove a lot of TODOs, either by fixing them or because they became irrelevant - Change all git:// to https:// - Move hwreport and hwinfo from /run to /run/openslx - Minor script style cleanups - Remove dead code and functions in various scripts
* [vmware-common] Disable disk lockingSimon Rettberg2024-05-131-0/+2
| | | | Doesn't work with dnbd3-fuse in rw mode
* [vmware-common] Fix keys getting stuck on VMware 17.5.xSimon Rettberg2024-02-061-0/+2
|
* [vmware-common] SimplifySimon Rettberg2024-01-301-3/+1Star
|
* [run-virt] Fix corrupted vmx with additional NICsSteffen Ritter2024-01-301-3/+4
| | | | | | | Don't accidentally add an empty line to TMPCONFIG. Also make awk ignore empty lines when looking for duplicates so we don't end up with an ' = ' line which will crash vmplayer. Bonuspoint: sort the output for better readability
* Don't use SLX_* variable name for local stuffSimon Rettberg2024-01-031-6/+6
|
* [remote-access] Use tigervncSimon Rettberg2023-05-171-1/+1
|
* [vmware-common] Filter .vmx; if keys appear multiple times, keep last oneSimon Rettberg2023-03-151-2/+11
|
* [vmware-common/run-virt] Subtract more RAM for larger VRAMSimon Rettberg2023-01-171-4/+4
|
* [vmware-common] Main memory must be multiple of 4Simon Rettberg2022-07-261-1/+1
|
* [vmware-common] Only subtract a quarter of VRAM from main memSimon Rettberg2022-07-261-1/+2
|
* [vmware-common] Fix default vram when nothing is setSimon Rettberg2022-07-251-1/+1
|
* [vmware-common] Be more conservative regarding GPU VRAMSimon Rettberg2022-07-221-33/+27Star
| | | | Also, subtract VRAM from VM RAM.
* [vmware-common] Force mainMem swap backing even if we don't have swapSimon Rettberg2022-07-111-0/+4
|
* [vmware-common] Set video memory size if not foundSimon Rettberg2021-12-131-0/+16
| | | | | ...cap to sane min/max if found in source vmx, depending on host memory size.
* [vmware-common] always activate 3D in vmwareJonathan Bauer2021-07-091-2/+4
| | | | that also means we don't need a module in stage4 target
* [vmware-common] Increase OS HW limits, move VMware specific limitsSimon Rettberg2021-04-271-7/+21
|
* [vmware-common] Fix missing heredocSimon Rettberg2020-10-021-4/+8
|
* [vmware-common] Support enabling the internal VNC serverSimon Rettberg2020-04-271-0/+12
|
* [vmware-common] Remove ide1:* lines before adding CD-ROM drivesSimon Rettberg2020-03-091-0/+1
| | | | | | At least ide1:*.deviceType lines can survive dozmod filtering, so prevent duplicate line errors, which would prevent vmware form starting up.
* [vmware-common] fix floppy setupJonathan Bauer2020-01-221-10/+19
| | | | | | | while the configuration prior to this commit worked fine for minilinux, it lead to failures in maxilinux/stage4. This change fixes the problem of the maxilinux without breaking it for minilinux - hence commited in the master branch.
* [vmware-common] Remove any existing usb autoconnect entriesSimon Rettberg2019-10-231-0/+2
|
* [vmware-common] Actually pass some file to grep...Simon Rettberg2019-07-101-2/+2
|
* [vmware-common] Try to fix invalid USB config from older uploadsSimon Rettberg2019-07-101-0/+6
|
* [vmware-common] Always mangle USB3 speedSimon Rettberg2019-07-041-0/+1
|
* [vmware-common] Don't mess with USB settings/speed anymoreSimon Rettberg2019-06-211-17/+1Star
| | | | | | | This should be handled entirely server-side now, including exam mode. Refs #3607
* [rootfs-stage32/vmware-common] Always force 3D - don't lower hwversionSimon Rettberg2019-03-121-5/+5
|
* [vmware-common] Common files for vmware12 and vmware14Simon Rettberg2018-10-261-0/+301