summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
Commit message (Collapse)AuthorAgeFilesLines
* [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 usb attach script & UTF-8Jonathan Bauer2020-01-081-0/+7
|
* [vbox-src] add vboxusers group in addon-initJonathan Bauer2019-12-173-2/+3
|
* [vbox-src] minor changesJonathan Bauer2019-11-271-5/+4Star
|
* [vbox-src] fix usbJonathan Bauer2019-11-273-39/+34Star
|
* [vbox-src] Fix permissions for /dev/vbox*Simon Rettberg2019-11-261-4/+5
|
* [vbox-src] Move add_group to post_copySimon Rettberg2019-11-261-3/+1Star
|
* [vbox-src] add vboxusers group on build-timeJonathan Bauer2019-11-251-0/+2
| | | | | | | | this makes sure the vboxusers group is available during boot and that the vbox's udev rules will not trigger before the group is created. If they did, /dev/vboxusb would be owned by root:root, which would prevent users from the group vboxusers to access it and would lead to the first user session to not see USB devices.
* [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
|
* [vbox/kernel] Update versionSimon Rettberg2019-09-131-1/+1
|
* [run-virt/*] Make VIRTCMDOPTS an array for space safenessSimon Rettberg2019-07-101-4/+4
|
* [pam-slx-plug] Move old pam_script_* hook dirs to pam dirSimon Rettberg2019-06-281-1/+3
| | | | | | They're all now in subdirectories of /opt/openslx/pam/hooks. Symlinks have been put in place where they used to reside.
* [dnbd3/vbox] pam: move scripts from auth to session openSimon Rettberg2019-06-261-0/+0
|
* [vbox-src] Overhaul CPU config, remove USB overridesSimon Rettberg2019-06-241-34/+32Star
|
* [vbox-src] Bump to 6.0.8Simon Rettberg2019-06-171-1/+1
|
* [vbox-src] Don't build guest additionsSimon Rettberg2019-06-172-1/+4
|
* [vbox-src] run-virt: Startup command changed with 6.xSimon Rettberg2019-06-171-4/+4
|
* [vbox-src] add missing depJonathan Bauer2019-06-141-0/+2
| | | | | even its a qt library, it makes more sense to req it in this module since other modules requiring qt doesn't seem to need it.
* [vbox-src] Fix extpack permissionsSimon Rettberg2018-10-191-0/+2
|
* [vbox-src] Bump versionSimon Rettberg2018-10-191-1/+1
|
* [all] New license clauses as to ticket #3132: No more openSLX GmbHChristian Rößler2018-09-192-13/+15
|
* [vbox-src] Use http so proxy can cacheSimon Rettberg2018-09-191-1/+1
|
* [xbox-src] Update versionSimon Rettberg2018-09-123-3/+7
|
* [vbox-src] create vboxusers before chown stuff to itJonathan Bauer2018-05-221-3/+3
| | | | mrgrgglgllgllgllglgggg
* [*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-204-12/+16
| | | | | | | 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] vbox-env: exit 1 on critical stepsJonathan Bauer2018-04-201-18/+22
| | | | + try to sort the statements in a more logical way...
* [vbox-src] fix missing testJonathan Bauer2018-04-201-3/+4
|
* [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.
* [vbox-src] reload udev rules on vbox.service startJonathan Bauer2018-04-171-0/+4
|
* [*] 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-135-28/+141
| | | | | | | | | * 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 ...