summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [vm*] Don't request netshares plugin; it was a noop and was removedSimon Rettberg2024-05-241-1/+1
| | | | | Now that the plugin was removed, we see an error on screen regarding the missing plugin when it is requested, so stop requesting it. :)
* Big round of cleanupSimon Rettberg2024-05-231-1/+1
| | | | | | | | | - 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
* [vbox-src] Run windowed in CoW admin/edit modeSimon Rettberg2024-05-151-1/+4
|
* Don't use SLX_* variable name for local stuffSimon Rettberg2024-01-033-4/+4
|
* [vbox-src] Always disable 3D for now because it's brokenSimon Rettberg2023-04-031-0/+3
| | | | | | | With the 7.x series, so far we had very little luck using the much improved 3D acceleration. With outdated guest additions, the VM just bluescreens, with the current ones, you get nonsensical error messages, empty message boxes, and lockups at the windows destop.
* [vbox-src] Loosen XPath to patch HDD UUID on 7.xSimon Rettberg2022-11-212-13/+13
| | | | | Storage section moved into Hardware now. Support both variants by using '//'.
* [vbox-src] Fix broken math expression, use (( ))Simon Rettberg2022-11-101-3/+3
|
* Change the mail address for feedback in file headersSteffen Ritter2021-04-291-1/+1
| | | | * old address will be disabled in the future
* [vbox-src] Make xmlstarlet calls namespace-agnosticSimon Rettberg2020-12-021-15/+12Star
| | | | See http://xmlstar.sourceforge.net/doc/UG/ch05.html
* [vbox-src] hide toolbar in fullscreenJonathan Bauer2020-08-281-0/+1
|
* [vbox-src] do call setup_displaysJonathan Bauer2020-02-171-0/+1
| | | | ...
* [run-virt/vbox-src] initial multi-monitor supportJonathan Bauer2020-01-161-1/+11
|
* [vbox-src] fix usbJonathan Bauer2019-11-271-3/+11
|
* [vbox-src] properly set the attached disk uuidJonathan Bauer2019-10-101-6/+6
|
* [vbox-src] fix snapshot always added to the xmlJonathan Bauer2019-10-091-20/+19Star
|
* [vbox-src] rework RO/RW disk image setupJonathan Bauer2019-10-085-42/+98
|
* [run-virt/*] Make VIRTCMDOPTS an array for space safenessSimon Rettberg2019-07-101-4/+4
|
* [vbox-src] Overhaul CPU config, remove USB overridesSimon Rettberg2019-06-241-34/+32Star
|
* [vbox-src] run-virt: Startup command changed with 6.xSimon Rettberg2019-06-171-4/+4
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-191-6/+7
|
* [*virt*] fix vmware VM only having 1 core...Jonathan Bauer2018-05-041-7/+3Star
|
* [vbox] only add floppy controller if missingJonathan Bauer2018-04-251-6/+8
|
* [vbox-src] get vdi uuid with odJonathan Bauer2018-04-202-12/+7Star
| | | | | | | Using vboxmanage would cause VBoxXPCOMIPCD and VBoxSVC to get started and thus required to be killed before starting the VM (as the VM's config file and "global" virtualbox.xml were not yet generated leading to vboxmanage to not know about the machine uuid we wanted to start).
* [vbox-src] more error handling/loggingJonathan Bauer2018-04-201-6/+42
| | | | to make sure we have ways to debug if anything goes wrong once deployed
* [vbox-src] validate downloaded xml fileJonathan Bauer2018-04-201-0/+15
| | | | and check that vbox.service start successfully
* [vbox-src] add CDROM supportJonathan Bauer2018-04-191-0/+39
|
* [vbox-src] add floppy host deviceJonathan Bauer2018-04-191-0/+6
|
* [vbox-src] cp xml to /tmp/vbox-last-config.$USERJonathan Bauer2018-04-191-0/+3
|
* [vbox-src] finalize xml: split into functionsJonathan Bauer2018-04-191-30/+61
|
* [vbox-src] support SHARE_REMAP_MODEJonathan Bauer2018-04-193-20/+26
| | | | and moved some variables
* [vbox-src] changed temporary directory to run-virt schemeJonathan Bauer2018-04-181-2/+4
|
* [vbox-src] cleanup snapshot file upon cleanexitJonathan Bauer2018-04-181-1/+6
| | | | | | | While VDI's "Immutable" type cleans up the snapshot file automatically, it doesn't do so until a restart of the VM. In our case, it will never happen and slowly fill up /tmp. Thus we remove it manually on cleanexit.
* [*] detect_cpu_flag as generic run-virt functionJonathan Bauer2018-04-171-4/+0Star
|
* [vbox-src] force audio driver to alsaJonathan Bauer2018-04-161-1/+4
|
* [vbox-src] cleanup vbox logging includeJonathan Bauer2018-04-161-9/+5Star
|
* [vbox-src] error handling for xmlstarlet wrappersJonathan Bauer2018-04-161-5/+19
|
* [vbox-src] use xmlstarlet to handle placeholdersJonathan Bauer2018-04-161-20/+25
|
* [vbox-src] properly use generic MACJonathan Bauer2018-04-161-4/+2Star
|
* [vbox-src] better cpu flag detectionJonathan Bauer2018-04-141-12/+13
|
* [vbox-src] more vbox plugin fixesJonathan Bauer2018-04-133-28/+76
| | | | | | | | | * use HW_CORES from /run/hwinfo * add usb attach script [WIP] * udev rule to trigger attach script when usb is connected * edit_attr -> set_attr now always creating missing nodes/attributes ...and prolly more I cant think of now ...
* [vbox-src] replace old placeholder namesJonathan Bauer2018-03-281-5/+5
|
* [vbox-src] shared folders and vram ammount + 2Dacceleration set to trueVictor Mocanu2018-03-282-3/+13
|
* [vbox-src] reactive all plugin featuresJonathan Bauer2018-03-191-2/+1Star
|
* [vbox-src] remove redundant log callJonathan Bauer2018-02-061-1/+0Star
|
* [vbox-src] gen_uuid helperJonathan Bauer2018-02-062-18/+16Star
|
* [vbox-src] wrappers for xmlstarletJonathan Bauer2018-02-064-64/+207
| | | | and use them when creating the final machine configuration
* [vbox-src] run-virt plugin functional (wip)Jonathan Bauer2018-02-019-0/+396