Changes between Version 120 and Version 121 of VboxApps
- Timestamp:
- Feb 22, 2022, 4:55:41 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v120 v121 152 152 [ <vm_disk_controller_type>ide|sata|scsi|floppy|sas</vm_disk_controller_type> ] 153 153 [ <multiattach_vdi_file>filename_version.vdi</multiattach_vdi_file> ] 154 [ <vm_graphics_controller_type>VBoxSVGA|VBoxVGA|VMSVGA</vm_graphics_controller_type> ] 155 [ <vram_size_mb>N</vram_size_mb> ] 154 156 </vbox_job> 155 157 }}} … … 224 226 vboxwrapper sends a [TrickleApi trickle-up message] whose variety is the filename 225 227 and whose contents is the contents of the file, then deletes the file. 226 '''vm_disk_controller_model''':: Which disk controller model to emulate. 227 '''vm_disk_controller_type''':: Which disk controller type to emulate. 228 '''vm_disk_controller_model''':: Which disk controller model to emulate. As of version xxxx vboxwrapper uses <vm_disk_controller_model>IntelAHCI</vm_disk_controller_model> together with <vm_disk_controller_type>sata</vm_disk_controller_type> as default setting. 229 '''vm_disk_controller_type''':: Which disk controller type to emulate. As of version xxxx vboxwrapper uses <vm_disk_controller_model>IntelAHCI</vm_disk_controller_model> together with <vm_disk_controller_type>sata</vm_disk_controller_type> as default setting. 228 230 '''multiattach_vdi_file''':: Enables multiattach-mode/differencing vdi images to be used. 229 231 The filename given here becomes the parent image. It is expected to be in the projects directory. 230 232 The filename should have a version number to avoid conflicts when an app version gets updated. 233 '''vm_graphics_controller_type''':: Which graphics controller type to emulate. For details see [https://www.virtualbox.org/manual/ch03.html#settings-display VirtualBox manual]. Vboxwrapper as of version xxxx uses VBoxVGA as default. 234 '''vram_size_mb''':: The amount of video memory allocated by the virtual graphics controller, in megabytes. VirtualBox allows it to be between 8 and 128 MB. For Linux VMs using VBoxVGA 16 MB is the recommended minimum. This value is used by default. 231 235 232 236 == Vboxwrapper command-line options == … … 511 515 * copy output files from `slots/0/shared` to project directory 512 516 517 ==== Real Time Clock Setting ==== 518 519 On nearly all modern Non-Windows computer systems the CMOS Real Time Clock (RTC) is set to UTC and the OS ensures the correct local time is presented to users and processes. Windows traditionally expects the RTC to be set to local time but can be configured to also accept UTC. 520 VirtualBox VMs can either be set to use UTC or local time for their virtual RTC. As of version xxxx vboxwrapper automatically forwards the host setting to the VMs. 521 513 522 === Creating base VM images === 514 523