Changeset 42549 in vbox
- Timestamp:
- Aug 2, 2012 4:07:14 PM (12 years ago)
- Location:
- trunk/doc/manual
- Files:
-
- 2 edited
-
en_US/user_AdvancedTopics.xml (modified) (1 diff)
-
user_ChangeLogImpl.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r42447 r42549 2315 2315 </sect2> 2316 2316 2317 <sect2 id="autostart-solaris"> 2318 <title>Solaris: starting the autostart service via SMF</title> 2319 2320 <para>On Solaris hosts, the VirtualBox autostart daemon is 2321 integrated into the SMF framework. To enable it you have to point the service 2322 to an existing configuration file which has the same format as on Linux (see <xref linkend="autostart-linux" />): 2323 <screen>svccfg -s svc:/application/virtualbox/autostart:default setprop config/config=/etc/vbox/autostart.cfg</screen> 2324 </para> 2325 2326 <para>When everything is configured correctly you can start the 2327 VirtualBox autostart service with the following command:<screen>svcadm enable svc:/application/virtualbox/autostart:default</screen></para> 2328 2329 <para>For more information about SMF, please refer to the Solaris 2330 documentation.</para> 2331 </sect2> 2332 2317 2333 <sect2 id="autostart-osx"> 2318 2334 <title>Mac OS X: starting the autostart service via launchd</title> -
trunk/doc/manual/user_ChangeLogImpl.xml
r42132 r42549 98 98 99 99 <listitem> 100 <para>Storage: implemented support for discarding unused image blocks 101 through TRIM for SATA and IDE and UNMAP for SCSI when using VDI images</para> 102 </listitem> 103 104 <listitem> 105 <para>Storage: added support for QED images</para> 106 </listitem> 107 108 <listitem> 109 <para>Storage: added support for QCOW (full support for v1 and readonly 110 support for v2 images)</para> 111 </listitem> 112 113 <listitem> 114 <para>Storage: added readonly support for VHDX images</para> 115 </listitem> 116 117 <listitem> 100 118 <para>Main: sanitise the name of VM folders and settings file (bug #10549)</para> 101 119 </listitem> … … 110 128 </listitem> 111 129 130 <listitem> 131 <para>Added possibility to start VMs during system boot on Linux, 132 OS X and Solaris; see <xref linkend="autostart" /></para> 133 </listitem> 134 135 112 136 </itemizedlist> 113 137 </sect1> … … 458 482 <para>3D Support: Fixed full screen mode issues for ATI graphics (bug #9775), 459 483 Windows Media Player rendering for XPDM-based Direct3D support (bug# 8341). 460 Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests 484 Multiple fixes to XPDM and WDDM - based 3D support for Windows Guests 461 485 and for 3D support in general</para> 462 486 </listitem> … … 478 502 detection of missing or wrong Direct3D system files</para> 479 503 </listitem> 480 504 481 505 </itemizedlist> 482 506 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.

