Changes between Version 50 and Version 51 of VboxApps


Ignore:
Timestamp:
Aug 7, 2013, 3:39:58 AM (11 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VboxApps

    v50 v51  
    217217mount -t vboxsf shared /root/shared
    218218}}}
    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.
    220220 In this case the VM must contain the !VirtualBox "guest additions".
    221221 Guest additions are required for shared folders to work.
     
    278278
    279279 1. BOINC client
    280   * Create slot directory, say slot/0
     280  * Create slot directory, say `slot/0`
    281281  * Create '''slot/0/shared''', and copy input files there
    282282  * Execute '''vboxwrapper''' in the slot directory
     
    293293  * call boinc_finish()
    294294 1. BOINC client
    295   * copy output files from slot/0/shared to project directory
     295  * copy output files from `slot/0/shared` to project directory
    296296
    297297=== Creating base VM images ===
     
    320320
    321321If you want to speed up the boot process,
    322 change the default timeout for grub by modifing /etc/default/grub:
     322change the default timeout for grub by modifying `/etc/default/grub`:
    323323{{{
    324324GRUB_TIMEOUT = 0
     
    341341}}}
    342342
    343 Next you'll need to change the terminal handler assigned to the first virtual terminal.
     343Next you'll need to change the terminal handler assigned to the first virtual terminal by modifying `/etc/inittab`.
    344344Change line:
    345345{{{