Changes between Version 34 and Version 35 of VboxApps


Ignore:
Timestamp:
Feb 20, 2012, 2:43:12 PM (12 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v34 v35  
    112112   [ <enable_shared_directory/> ]
    113113   [ <enable_floppyio>0|1</enable_floppyio> ]
     114   [ <enable_remotedesktop>0|1</enable_remotedesktop> ]
    114115   [ <job_duration>X<job_duration> ]
    115116   [ <pf_guest_port>N</pf_guest_port> ]
     
    125126 '''memory_size_mb''':: the amount of physical memory allocated to the VM, in megabytes.
    126127 '''enable_network''':: if present, allow the VM to do network access.
    127  '''enabled_shared_directory''':: if present, create a directory that is shared
     128 '''enable_shared_directory''':: if present, create a directory that is shared
    128129   between the host OS and the guest OS.
    129130   Must be set if your application has input or output files.
    130131 '''enable_floppyio''':: create a floppy disk image in the VM,
    131132  containing the contents of init_data.xml.
     133 '''enable_remotedesktop''':: If the Oracle VirtualBox Extension are installed, it'll enable
     134  the use of a remote desktop client to view the console of the VM.
    132135 '''job_duration''':: this specifies the maximum elapsed time of the job,
    133136  after which vboxwrapper will kill the VM and exit normally.
     
    294297They have the runtime libraries needed to run C and C++ applications.
    295298
    296 '''NOTE: 32- and 64-bit VM images created in this way,
    297 and containing all the changes described below,
    298 are available (see links below).
    299 If you use these VM images, you can skip the rest of this section.'''
    300 
    301299==== Role Selection ====
    302300