Changes between Version 79 and Version 80 of VboxApps


Ignore:
Timestamp:
Aug 13, 2014, 1:09:20 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v79 v80  
    8383
    8484 * The VM image, in !VirtualBox format.
     85  * Must have logical name "vm_image.vdi".
    8586  * Must have the '''copy_file''' attribute.
    8687  * Should have the '''gzip''' attribute for faster download to 7.0+ clients.
    87   * Must have logical name "vm_image.vdi".
    8888 * The application executable to be run in the VM image.
    8989  * This may be a shell script or a binary program.
     
    157157  For example, you can use to copy '''init_data.xml''' into the VM.
    158158  This directive can be used more than once.
    159  '''enable_cache_disk''':: create a cache disk in the VM named '''vm_cache.vdi'''.
     159 '''enable_cache_disk''':: Mount a virtual disk in the VM.
     160   The virtual disk is described by a VDI file in the app version
     161   with logical name '''vm_cache.vdi''' and the '''copy_file''' attribute.
    160162 '''enable_cern_dataformat'''::  if '''enable_floppyio''' is used (see below)
    161163   initialize the floppy disk image to contain user and host ID and credit
    162164   as name=value pairs.
    163  '''enable_isocontextualization''':: use an ISO file named '''vm_isocontext.iso'''.
     165 '''enable_isocontextualization''':: the VM image is an ISO file named '''vm_isocontext.iso''',
     166   rather than a VDI file.
    164167 '''enable_floppyio''':: create a floppy disk image in the VM,
    165168  containing the contents of init_data.xml.