Changes between Version 50 and Version 51 of VboxApps
- Timestamp:
- Aug 7, 2013, 3:39:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v50 v51 217 217 mount -t vboxsf shared /root/shared 218 218 }}} 219 where "/root/shared"is the path where the shared directory is to be mounted.219 where `/root/shared` is the path where the shared directory is to be mounted. 220 220 In this case the VM must contain the !VirtualBox "guest additions". 221 221 Guest additions are required for shared folders to work. … … 278 278 279 279 1. BOINC client 280 * Create slot directory, say slot/0280 * Create slot directory, say `slot/0` 281 281 * Create '''slot/0/shared''', and copy input files there 282 282 * Execute '''vboxwrapper''' in the slot directory … … 293 293 * call boinc_finish() 294 294 1. BOINC client 295 * copy output files from slot/0/sharedto project directory295 * copy output files from `slot/0/shared` to project directory 296 296 297 297 === Creating base VM images === … … 320 320 321 321 If you want to speed up the boot process, 322 change the default timeout for grub by modif ing /etc/default/grub:322 change the default timeout for grub by modifying `/etc/default/grub`: 323 323 {{{ 324 324 GRUB_TIMEOUT = 0 … … 341 341 }}} 342 342 343 Next you'll need to change the terminal handler assigned to the first virtual terminal .343 Next you'll need to change the terminal handler assigned to the first virtual terminal by modifying `/etc/inittab`. 344 344 Change line: 345 345 {{{