summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/module.build
Commit message (Collapse)AuthorAgeFilesLines
* [vbox-src] add vboxusers group in addon-initJonathan Bauer2019-12-171-1/+1
|
* [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] Don't build guest additionsSimon Rettberg2019-06-171-1/+1
|
* [vbox-src] Fix extpack permissionsSimon Rettberg2018-10-191-0/+2
|
* [vbox-src] Use http so proxy can cacheSimon Rettberg2018-09-191-1/+1
|
* [xbox-src] Update versionSimon Rettberg2018-09-121-1/+1
|
* [vbox-src] get vdi uuid with odJonathan Bauer2018-04-201-0/+6
| | | | | | | 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] add Oracle extension packJonathan Bauer2018-02-091-1/+14
| | | | mostly for USB 2.0 & 3.0
* [vbox-src] build with X support (non-headless)Jonathan Bauer2018-02-011-6/+7
|
* [vbox-src] finalized build script + confJonathan Bauer2018-02-011-3/+43
|
* [vbox-src] add missing depsJonathan Bauer2018-01-301-1/+0Star
| | | | + fix package inclusion to cross compile 32bit binaries on 64bit systems
* [vbox] new vbox module 'vbox-src' (wip)Jonathan Bauer2018-01-291-0/+35
* builds virtualbox from source instead of deb packages * currently only builds stuff, does not copy anything to target build dir