summaryrefslogtreecommitdiffstats
path: root/core/modules/vbox-src
Commit message (Collapse)AuthorAgeFilesLines
...
* [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 ...
* [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] add missing dependencies on base ubuntusJonathan Bauer2018-03-011-0/+3
|
* [vbox-src] add Oracle extension packJonathan Bauer2018-02-092-1/+15
| | | | mostly for USB 2.0 & 3.0
* [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] addon-init to start vbox.serviceJonathan Bauer2018-02-022-0/+8
| | | | and add service requirements on vbox.service
* [vbox-src] build with X support (non-headless)Jonathan Bauer2018-02-012-6/+8
|
* [vbox-src] run-virt plugin functional (wip)Jonathan Bauer2018-02-0114-0/+476
|
* [vbox-src] finalized build script + confJonathan Bauer2018-02-013-3/+55
|
* [vbox-src] add missing depsJonathan Bauer2018-01-302-5/+7
| | | | + fix package inclusion to cross compile 32bit binaries on 64bit systems
* [vbox] cleanup old commented entriesJonathan Bauer2018-01-291-9/+0Star
|
* [vbox] new vbox module 'vbox-src' (wip)Jonathan Bauer2018-01-293-0/+65
* builds virtualbox from source instead of deb packages * currently only builds stuff, does not copy anything to target build dir