Changes between Version 27 and Version 28 of VboxApps


Ignore:
Timestamp:
Dec 25, 2011, 9:56:05 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v27 v28  
    2525
    2626 * Commercial operating systems like Windows and Mac OS X
    27   have a license with a pay-per-use clause,
     27  have a license with a pay-per-user clause,
    2828  so in general you can't use them in the VM image.
    29   Similarly, you can't include pay-per-user software such as Matlab
    30   in the VM image.
     29  Similarly, you can't include pay-per-user software such as Matlab in the VM image.
    3130
    3231 * !VirtualBox runs only on Intel-compatible processors.
     
    112111   [ <enable_shared_directory/> ]
    113112   [ <enable_floppyio>0|1</enable_floppyio> ]
    114    [ <floppy_image_name>X</floppy_image_name> ]
    115    [ <max_elapsed_time>X<max_elapsed_time> ]
     113   [ <job_duration>X<job_duration> ]
     114   [ <pf_guest_port>N</pf_guest_port> ]
    116115</vbox_job>
    117116}}}
     
    122121   To see a list of all available OS names, install !VirtualBox on a system,
    123122   and type "vboxmanage list ostypes".
    124 
    125123 '''memory_size_mb''':: the amount of physical memory allocated to the VM, in megabytes.
    126 
    127124 '''enable_network_access''':: if present, allow the VM to do network access.
    128 
    129125 '''enabled_shared_directory''':: if present, create a directory that is shared
    130126   between the host OS and the guest OS.
    131127   Must be set if your application has input or output files.
     128 '''enable_floppyio''':: create a floppy disk image in the VM,
     129  containing the contents of init_data.xml.
    132130
    133131== Requirements of the VM ==