summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src/module.build
Commit message (Collapse)AuthorAgeFilesLines
* [vbox-src] Fix kernel version variable nameSimon Rettberg2023-03-311-4/+4
|
* [vbox-src] Bump to 7.0.4, remove --disable-libopusSimon Rettberg2022-12-061-1/+0Star
| | | | (Option is not recognized anymore)
* [vbox-src] Clean up list of setuid binariesSimon Rettberg2022-11-101-1/+1
|
* [vbox-src] Update to VirtualBox 7.0.2Simon Rettberg2022-11-101-2/+13
|
* [vbox] Cache build on NFSSimon Rettberg2021-10-261-61/+107
|
* [vbox-src] fix awk callJonathan Bauer2021-07-121-1/+1
| | | | somehow, sometimes, '**' leads to a syntax error.
* [vbox-src] Limit number of jobs depending on host RAMSimon Rettberg2021-07-091-2/+4
|
* [vbox-src] make extpack installation configurableJonathan Bauer2020-11-161-13/+17
| | | | Currently disabled. Activate by setting "REQUIRED_EXTPACK" in module.conf.
* [vbox-src] FixSimon Rettberg2020-10-121-0/+1
|
* [vbox-src] FGic FGifxfix fix fix fixSimon Rettberg2020-10-121-47/+47
|
* [vbox-src] StffSimon Rettberg2020-10-121-3/+6
|
* [vbox-src] sdfkjgdlfgkjSimon Rettberg2020-10-121-1/+1
|
* [vbox-src] Extpack has no aSimon Rettberg2020-10-121-1/+1
|
* [vbox-src] Sanitize, support 1.2.3a version schemeSimon Rettberg2020-10-121-9/+14
|
* [vbox-src] Disable cloud gateway network bullshitSimon Rettberg2020-07-311-0/+1
| | | | | This simply doesn't compile out of the box and sounds like something you wouldn't want anyways, so let's get rid of it.
* [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