VirtualBox

Changeset 46524 in vbox for trunk/doc


Ignore:
Timestamp:
Jun 13, 2013 12:10:23 PM (12 years ago)
Author:
vboxsync
Message:

Main/IGuest::UpdateGuestAdditions: Implemented support for passing optional command line arguments to the performing installer on the guest (untested).

Location:
trunk/doc/manual
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/SDKRef.xml

    r46478 r46524  
    36443644            the host.</para>
    36453645        </listitem>
     3646
     3647        <listitem>
     3648          <para>The parameter list for <xref
     3649          linkend="IGuest__updateGuestAdditions"
     3650          xreflabel="IMedium::updateGuestAdditions()" /> was modified.</para>
     3651          It now supports specifying optional command line arguments for the
     3652          Guest Additions installer performing the actual update on the guest.
     3653        </listitem>
    36463654      </itemizedlist>
    36473655    </sect1>
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r46207 r46524  
    32163216          <screen>VBoxManage guestcontrol &lt;vmname&gt;|&lt;uuid&gt; updateadditions
    32173217            [--source "&lt;guest additions .ISO file to use&gt;"] [--verbose]
    3218             [--wait-start]</screen>
     3218            [--wait-start] [-- [&lt;argument1&gt;] ... [&lt;argumentN&gt;]]</screen>
    32193219
    32203220          <para>where the parameters mean: <glosslist>
     
    32543254                  <para>When omitting this flag VBoxManage will wait for the
    32553255                    whole Guest Additions update to complete.</para>
     3256                </glossdef>
     3257              </glossentry>
     3258
     3259              <glossentry>
     3260                <glossterm>[-- [&lt;argument1s&gt;] ... [&lt;argumentNs&gt;]]</glossterm>
     3261
     3262                <glossdef>
     3263                  <para>Optional command line arguments to use for the Guest Additions
     3264                  installer. Useful for retrofitting features which weren't installed
     3265                  before on the guest.</para>
     3266                  <para>Arguments containing spaces must be enclosed in
     3267                  quotation marks.</para>
    32563268                </glossdef>
    32573269              </glossentry>
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r46100 r46524  
    3838          media, and support the <computeroutput>--long</computeroutput>
    3939          option to show really all available details</para>
     40      </listitem>
     41
     42      <listitem>
     43        <para>VBoxManage: added support for optional command line parameters for
     44          the automatic Guest Additions update.</para>
    4045      </listitem>
    4146
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette