summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/virtualbox
Commit message (Collapse)AuthorAgeFilesLines
...
* Hints on todos in virtualization plugins ...Dirk von Suchodoletz2009-05-272-0/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2882 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small nasty bug with brtcl stp off/0 ...Dirk von Suchodoletz2009-04-031-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2798 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed hotkey true to lowercase, uppercase does not work :(Michael Janczyk2009-03-051-9/+15
| | | | | | | | rearranged vmwares conffile, variables needed on top ->shared_folder var as usual test with -n does not workt with or without "" even check for [ "${cdrom1}x" = "x" ] didnt work, now i hate bash :( git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2683 95ad53e4-c205-0410-b2fa-d234c58c8868
* added cdrom and floppy support to virtualizationMichael Janczyk2009-03-052-8/+13
| | | | | | optimized (hopefully) preferences and vmx for vmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2682 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes for the bridge configuration. Automatic adding of the bridgeDirk von Suchodoletz2009-03-042-9/+23
| | | | | | | | | module as Michael suggested. Changing the VERSIONS to be in line with the movements towards stable version 5 (latter one is branched, the trunk will run for 5.1 from now on ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2666 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added the general bridge configuration feature as described in ticketDirk von Suchodoletz2009-03-041-0/+30
| | | | | | | | | | #311: The xenbr function is moved to the appropriate init hook from general functions (cleaning up there). The bridge init hook for the several virtualization tools like vmware, qemukvm, virtualbox use the same filename as the action is to be performed just once ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2665 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simplified handling of mounting the image sources via newly Dirk von Suchodoletz2009-02-251-24/+6Star
| | | | | | | introduced function fsmount, see r2639. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2640 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added some hints/thoughts of Volkers vbox activities ...Dirk von Suchodoletz2009-02-241-0/+145
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2638 95ad53e4-c205-0410-b2fa-d234c58c8868
* Reflect the changes of new run-virt.sh environment ...Dirk von Suchodoletz2009-02-191-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2618 95ad53e4-c205-0410-b2fa-d234c58c8868
* More fixes for virtualbox plugin (still not operable).Dirk von Suchodoletz2009-02-192-11/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2616 95ad53e4-c205-0410-b2fa-d234c58c8868
* Path fixes ...Dirk von Suchodoletz2009-02-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2612 95ad53e4-c205-0410-b2fa-d234c58c8868
* More on the new virtualization starter framework.Dirk von Suchodoletz2009-02-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2609 95ad53e4-c205-0410-b2fa-d234c58c8868
* Copy the magic run-virt.include files ...Dirk von Suchodoletz2009-02-181-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2605 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some first script cleanups ... more to follow.Dirk von Suchodoletz2009-02-181-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2595 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes ... (perl stuff failed)Dirk von Suchodoletz2009-02-172-3/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2594 95ad53e4-c205-0410-b2fa-d234c58c8868
* Framework stuff (not working) for the VirtualBox virtual machine ...Dirk von Suchodoletz2009-02-177-0/+430
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2589 95ad53e4-c205-0410-b2fa-d234c58c8868
* moved unfinished plugin to developerMichael Janczyk2008-10-243-249/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2371 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor fixVolker Uhrig2008-10-221-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2370 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added more configuration optionsVolker Uhrig2008-10-211-4/+42
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2369 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added runvbox-v2 equivalent to runvmware...Volker Uhrig2008-10-212-2/+96
| | | | | | | * not useable at the moment git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2368 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added core structure of vbox pluginVolker Uhrig2008-10-213-0/+117
currently just used for public documentation and preperation git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2367 95ad53e4-c205-0410-b2fa-d234c58c8868