Changes between Version 13 and Version 14 of VboxApps
- Timestamp:
- Sep 30, 2011, 8:56:21 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VboxApps
v13 v14 51 51 52 52 '''os_name''':: the name of the guest OS, e.g. "Linux26" or "Linux26_64".[[BR]] 53 To see a list of available os_names type "vboxmanage list ostypes" at a command prompt53 To see a list of available os_names, type "vboxmanage list ostypes" at a command prompt 54 54 55 55 '''memory_size_mb''':: the amount of physical memory allocated to the VM, in megabytes. … … 71 71 }}} 72 72 where "~/share" is the path where the shared directory is to be mounted. 73 In this case the VM must contain the VirtualBox "guest additions". EXPLAIN 73 In this case the VM must contain the VirtualBox "guest additions". Guest additions 74 are required for shared folders to work or any special features of the virtualized 75 hardware. 74 76 75 77 * Run the application. … … 147 149 cd ~/shared 148 150 bash ./boinc_app 151 shutdown -hP 0 149 152 else 150 153 echo --- Failed to launch script