Changes between Version 118 and Version 119 of VboxApps
- Timestamp:
- Feb 18, 2022, 12:14:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v118 v119 154 154 If vboxwrapper finds this file, 155 155 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 t he shared directory before launch.156 '''copy_to_shared''':: Copy the given file from the slot directory to the shared directory before launch. 157 157 For example, you can use to copy '''init_data.xml''' into the VM. 158 158 This directive can be used more than once. … … 227 227 * Have the '''copy_file''' attribute. 228 228 229 This causes the BOINC client to copy them to and from the '''slot /x/shared/''' directory.229 This causes the BOINC client to copy them to and from the '''slots/x/shared/''' directory. 230 230 231 231 == Debugging VM apps == … … 473 473 474 474 1. BOINC client 475 * Create slot directory, say `slot /0`476 * Create '''slot /0/shared''', and copy input files there475 * Create slot directory, say `slots/0` 476 * Create '''slots/0/shared''', and copy input files there 477 477 * Execute '''vboxwrapper''' in the slot directory 478 478 1. vboxwrapper … … 488 488 * call boinc_finish() 489 489 1. BOINC client 490 * copy output files from `slot /0/shared` to project directory490 * copy output files from `slots/0/shared` to project directory 491 491 492 492 === Creating base VM images ===