Changes between Version 118 and Version 119 of VboxApps


Ignore:
Timestamp:
Feb 18, 2022, 12:14:38 AM (2 years ago)
Author:
computezrmle
Comment:

Correct minor inconsistencies like "slots/0" being a slot directory instead of "slot/0".

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v118 v119  
    154154   If vboxwrapper finds this file,
    155155   it cleans up the VM and exits with the given code (default 0).
    156  '''copy_to_shared''':: Copy the given file from the slot directory the shared directory before launch.
     156 '''copy_to_shared''':: Copy the given file from the slot directory to the shared directory before launch.
    157157  For example, you can use to copy '''init_data.xml''' into the VM.
    158158  This directive can be used more than once.
     
    227227 * Have the '''copy_file''' attribute.
    228228
    229 This causes the BOINC client to copy them to and from the '''slot/x/shared/''' directory.
     229This causes the BOINC client to copy them to and from the '''slots/x/shared/''' directory.
    230230
    231231== Debugging VM apps ==
     
    473473
    474474 1. BOINC client
    475   * Create slot directory, say `slot/0`
    476   * Create '''slot/0/shared''', and copy input files there
     475  * Create slot directory, say `slots/0`
     476  * Create '''slots/0/shared''', and copy input files there
    477477  * Execute '''vboxwrapper''' in the slot directory
    478478 1. vboxwrapper
     
    488488  * call boinc_finish()
    489489 1. BOINC client
    490   * copy output files from `slot/0/shared` to project directory
     490  * copy output files from `slots/0/shared` to project directory
    491491
    492492=== Creating base VM images ===