summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/virtualbox
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up the runlevel mess of vmware plugin ... Not finished yet.Dirk von Suchodoletz2010-02-112-10/+8Star
|
* * reduce verbosity. Should now be compatible with VirtualBox 2.x andVolker Uhrig2009-08-181-27/+27
| | | | | | | 3.x. -q switch isn't. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3098 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added backward compatibility to 2.xVolker Uhrig2009-08-172-24/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3095 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some trivial stuff ...Dirk von Suchodoletz2009-08-141-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3091 95ad53e4-c205-0410-b2fa-d234c58c8868
* Initfile now created by DistroUtilsVolker Uhrig2009-08-134-44/+40Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3090 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trivial fixes to virtualbox plugin and uclibc-wrapper ...Dirk von Suchodoletz2009-08-132-3/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3088 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes/hints in plugins.Dirk von Suchodoletz2009-08-121-2/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3083 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes ...Dirk von Suchodoletz2009-08-121-1/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3080 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed installationVolker Uhrig2009-07-204-12/+6Star
| | | | | | | * still not working (with ubuntu) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3025 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Added changesVolker Uhrig2009-07-194-13/+10Star
| | | | | | | * Installation doesnt work, debug code in Ubuntu.pm git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3016 95ad53e4-c205-0410-b2fa-d234c58c8868
* * workaround for init-fileVolker Uhrig2009-07-156-61/+96
| | | | | | | * disabled virtualbox installation till installation process got fixed git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3004 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added option for different network kindsVolker Uhrig2009-07-091-1/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2997 95ad53e4-c205-0410-b2fa-d234c58c8868
* * Added installation checksVolker Uhrig2009-06-236-26/+109
| | | | | | | * Basic structur of init.d git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2982 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a whole lot of circular references which I found when researching #451Oliver Tappe2009-06-091-0/+4
| | | | | | * some minor cleanups along the way git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2944 95ad53e4-c205-0410-b2fa-d234c58c8868
* * different modification, including hostsystem and networkVolker Uhrig2009-06-032-34/+61
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2918 95ad53e4-c205-0410-b2fa-d234c58c8868
* * merged most stuff from runvbox.hints into run-virt.includeVolker Uhrig2009-05-292-124/+97Star
| | | | | | | * suppress popup messages git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2902 95ad53e4-c205-0410-b2fa-d234c58c8868
* 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