Changeset 53353 in vbox
- Timestamp:
- Nov 19, 2014 4:57:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Installation.xml
r51875 r53353 222 222 223 223 <para>Mount the disk image (dmg) file as described in the normal 224 installation. Then open a terminal session and execute:</para> 225 226 <screen>sudo installer -pkg /Volumes/VirtualBox/VirtualBox.mpkg \ 227 -target /Volumes/Macintosh\ HD</screen> 224 installation or use the following command line:</para> 225 226 <screen>hdiutil attach /path/to/VirtualBox-xyz.dmg</screen> 227 228 <para>Then open a terminal session and execute:</para> 229 230 <screen>sudo installer -pkg /Volumes/VirtualBox/VirtualBox.pkg -target /Volumes/Macintosh\ HD</screen> 228 231 </sect2> 229 232 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.