diff options
| author | Volker Uhrig | 2009-06-03 16:23:38 +0200 |
|---|---|---|
| committer | Volker Uhrig | 2009-06-03 16:23:38 +0200 |
| commit | 1648e95a78d2fc0c36f48d3b9d76e5ce3609ece9 (patch) | |
| tree | a6beb493b2d981360467033be223f113b6854832 /os-plugins/plugins/virtualbox/files/runvbox.hints | |
| parent | fix for gconf sanity check error; (diff) | |
| download | core-1648e95a78d2fc0c36f48d3b9d76e5ce3609ece9.tar.gz core-1648e95a78d2fc0c36f48d3b9d76e5ce3609ece9.tar.xz core-1648e95a78d2fc0c36f48d3b9d76e5ce3609ece9.zip | |
* different modification, including hostsystem and network
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2918 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/virtualbox/files/runvbox.hints')
| -rw-r--r-- | os-plugins/plugins/virtualbox/files/runvbox.hints | 38 |
1 files changed, 15 insertions, 23 deletions
diff --git a/os-plugins/plugins/virtualbox/files/runvbox.hints b/os-plugins/plugins/virtualbox/files/runvbox.hints index b58c1f62..0a00afbd 100644 --- a/os-plugins/plugins/virtualbox/files/runvbox.hints +++ b/os-plugins/plugins/virtualbox/files/runvbox.hints @@ -1,29 +1,21 @@ -# Description: Old example script +# Description: Old example script, more a temporary todo/note list -################################################################################ -## -## Modify VM -## -################################################################################ +#Network: +#Intel PRO/1000 MT Server where added, because vista stoped supporting +#the old ones => 4.2.5 vista networking -# Network settings -VBoxManage modifyvm "${ID}" -nic1 ${network_kind} -#VBoxManage modifyvm "${ID}" -nictype1 Am79C970a|aM79c973|82540em -if [ "${network_kind}" = "hostif" ]; then - VBoxManage modifyvm "${ID}" -hostifdev1 eth0 -fi -# Per default each virtual network card is assigned a random address by -# VBox at VM creation, due of this we can be sure that every mac is -# unique -# else we should use -#VBoxManage modifyvm "${ID}" -macaddress1 <mac> - -#TODO -#VBoxManage modifyvm "${ID}" -#VBoxManage modifyvm "${ID}" ostype <ostype> +#TODO: check if setting the following parameters will improve the plugin #VBoxManage modifyvm "${ID}" vram <ram>_in_mb_of_virtual_graphic_card> #VBoxManage modifyvm "${ID}" acpi <on|off> # acpi and i/o apic support #VBoxManage modifyvm "${ID}" sata <on|off> # sata or ide #VBoxManage modifyvm "${ID}" dvdpassthrough <on|off> # burn support, unstable -#VBoxManage modifyvm "${ID}" -floppy empty|uuid|filename # yes we need it -#VBoxManage modifyvm "${ID}" -floppy empty|uuid|filename # yes we need it +#--vram, acpi, ioapic, pae, hwvirtex, nestedpaging, -vtxvpid, +#monitorcount, accelerate3d, bioslogofadein, bioslogfadeout, +#bioslogodisplaytime, bioslogoimagepath, biosbootmeu, biospxedebug, +#idecontroller, sata*, scsi, floppy, nic*, cableconnected, +#intnet, uart*, gueststatisticsinterval, kind of audio*, clipboard, +#vrdp* (should be unimportant), usbehci +# +#should be more important at the beginning: +#bridgeadapter, hostonlyadapter, floppy +#intnet, natnet, usb |
