| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [vbox-src] Fix extpack permissions | Simon Rettberg | 2018-10-19 | 1 | -0/+2 |
| | | |||||
| * | [vbox-src] Bump version | Simon Rettberg | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | [all] New license clauses as to ticket #3132: No more openSLX GmbH | Christian Rößler | 2018-09-19 | 2 | -13/+15 |
| | | |||||
| * | [vbox-src] Use http so proxy can cache | Simon Rettberg | 2018-09-19 | 1 | -1/+1 |
| | | |||||
| * | [xbox-src] Update version | Simon Rettberg | 2018-09-12 | 3 | -3/+7 |
| | | |||||
| * | [vbox-src] create vboxusers before chown stuff to it | Jonathan Bauer | 2018-05-22 | 1 | -3/+3 |
| | | | | | mrgrgglgllgllgllglgggg | ||||
| * | [*virt*] fix vmware VM only having 1 core... | Jonathan Bauer | 2018-05-04 | 1 | -7/+3![]() |
| | | |||||
| * | [vbox] only add floppy controller if missing | Jonathan Bauer | 2018-04-25 | 1 | -6/+8 |
| | | |||||
| * | [vbox-src] get vdi uuid with od | Jonathan Bauer | 2018-04-20 | 4 | -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/logging | Jonathan Bauer | 2018-04-20 | 1 | -6/+42 |
| | | | | | to make sure we have ways to debug if anything goes wrong once deployed | ||||
| * | [vbox-src] validate downloaded xml file | Jonathan Bauer | 2018-04-20 | 1 | -0/+15 |
| | | | | | and check that vbox.service start successfully | ||||
| * | [vbox-src] vbox-env: exit 1 on critical steps | Jonathan Bauer | 2018-04-20 | 1 | -18/+22 |
| | | | | | + try to sort the statements in a more logical way... | ||||
| * | [vbox-src] fix missing test | Jonathan Bauer | 2018-04-20 | 1 | -3/+4 |
| | | |||||
| * | [vbox-src] add CDROM support | Jonathan Bauer | 2018-04-19 | 1 | -0/+39 |
| | | |||||
| * | [vbox-src] add floppy host device | Jonathan Bauer | 2018-04-19 | 1 | -0/+6 |
| | | |||||
| * | [vbox-src] cp xml to /tmp/vbox-last-config.$USER | Jonathan Bauer | 2018-04-19 | 1 | -0/+3 |
| | | |||||
| * | [vbox-src] finalize xml: split into functions | Jonathan Bauer | 2018-04-19 | 1 | -30/+61 |
| | | |||||
| * | [vbox-src] support SHARE_REMAP_MODE | Jonathan Bauer | 2018-04-19 | 3 | -20/+26 |
| | | | | | and moved some variables | ||||
| * | [vbox-src] changed temporary directory to run-virt scheme | Jonathan Bauer | 2018-04-18 | 1 | -2/+4 |
| | | |||||
| * | [vbox-src] cleanup snapshot file upon cleanexit | Jonathan Bauer | 2018-04-18 | 1 | -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 start | Jonathan Bauer | 2018-04-17 | 1 | -0/+4 |
| | | |||||
| * | [*] detect_cpu_flag as generic run-virt function | Jonathan Bauer | 2018-04-17 | 1 | -4/+0![]() |
| | | |||||
| * | [vbox-src] force audio driver to alsa | Jonathan Bauer | 2018-04-16 | 1 | -1/+4 |
| | | |||||
| * | [vbox-src] cleanup vbox logging include | Jonathan Bauer | 2018-04-16 | 1 | -9/+5![]() |
| | | |||||
| * | [vbox-src] error handling for xmlstarlet wrappers | Jonathan Bauer | 2018-04-16 | 1 | -5/+19 |
| | | |||||
| * | [vbox-src] use xmlstarlet to handle placeholders | Jonathan Bauer | 2018-04-16 | 1 | -20/+25 |
| | | |||||
| * | [vbox-src] properly use generic MAC | Jonathan Bauer | 2018-04-16 | 1 | -4/+2![]() |
| | | |||||
| * | [vbox-src] better cpu flag detection | Jonathan Bauer | 2018-04-14 | 1 | -12/+13 |
| | | |||||
| * | [vbox-src] more vbox plugin fixes | Jonathan Bauer | 2018-04-13 | 5 | -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 names | Jonathan Bauer | 2018-03-28 | 1 | -5/+5 |
| | | |||||
| * | [vbox-src] shared folders and vram ammount + 2Dacceleration set to true | Victor Mocanu | 2018-03-28 | 2 | -3/+13 |
| | | |||||
| * | [vbox-src] reactive all plugin features | Jonathan Bauer | 2018-03-19 | 1 | -2/+1![]() |
| | | |||||
| * | [vbox-src] add missing dependencies on base ubuntus | Jonathan Bauer | 2018-03-01 | 1 | -0/+3 |
| | | |||||
| * | [vbox-src] add Oracle extension pack | Jonathan Bauer | 2018-02-09 | 2 | -1/+15 |
| | | | | | mostly for USB 2.0 & 3.0 | ||||
| * | [vbox-src] remove redundant log call | Jonathan Bauer | 2018-02-06 | 1 | -1/+0![]() |
| | | |||||
| * | [vbox-src] gen_uuid helper | Jonathan Bauer | 2018-02-06 | 2 | -18/+16![]() |
| | | |||||
| * | [vbox-src] wrappers for xmlstarlet | Jonathan Bauer | 2018-02-06 | 4 | -64/+207 |
| | | | | | and use them when creating the final machine configuration | ||||
| * | [vbox-src] addon-init to start vbox.service | Jonathan Bauer | 2018-02-02 | 2 | -0/+8 |
| | | | | | and add service requirements on vbox.service | ||||
| * | [vbox-src] build with X support (non-headless) | Jonathan Bauer | 2018-02-01 | 2 | -6/+8 |
| | | |||||
| * | [vbox-src] run-virt plugin functional (wip) | Jonathan Bauer | 2018-02-01 | 14 | -0/+476 |
| | | |||||
| * | [vbox-src] finalized build script + conf | Jonathan Bauer | 2018-02-01 | 3 | -3/+55 |
| | | |||||
| * | [vbox-src] add missing deps | Jonathan Bauer | 2018-01-30 | 2 | -5/+7 |
| | | | | | + fix package inclusion to cross compile 32bit binaries on 64bit systems | ||||
| * | [vbox] cleanup old commented entries | Jonathan Bauer | 2018-01-29 | 1 | -9/+0![]() |
| | | |||||
| * | [vbox] new vbox module 'vbox-src' (wip) | Jonathan Bauer | 2018-01-29 | 3 | -0/+65 |
| * builds virtualbox from source instead of deb packages * currently only builds stuff, does not copy anything to target build dir | |||||

