Changes between Version 4 and Version 5 of VboxApps
- Timestamp:
- Aug 3, 2011, 5:22:25 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v4 v5 9 9 * The VM image (VirtualBox format). 10 10 Must have the '''copy_file''' attribute. 11 Must have logical name "vm_image.vdi". 11 12 * An XML job description file (see below) 12 13 * '''vboxwrapper''', compiled for the platform … … 17 18 18 19 {{{ 19 <vbox_job _desc>20 <vbox_job> 20 21 <os_name>name</os_name> 21 22 <memory_size_mb>N</memory_size_mb> 22 <image_filename>name</image_filename>23 23 [ <enable_network_access/> ] 24 24 [ <enable_shared_directory/> ] 25 </vbox_job _desc>25 </vbox_job> 26 26 }}} 27 27 … … 31 31 32 32 '''memory_size_mb''':: the amount of physical memory allocated to the VM, in megabytes. 33 34 '''image_filename''':: the physical name of the VM image file.35 33 36 34 '''enable_network_access''':: if present, allow application in the VM to do network access 37 35 38 36 '''enabled_shared_directory''':: if present, use a directory that is shared between the host OS and the guest OS. Must be set if your application has input or output files. 39 40 == Input and output files ==41 42 All input and output files43 44 * Must have logical names of the form '''shared/filename'''.45 * Must have the '''copy_file''' attribute.46 37 47 38 == Requirements of the VM ==