VirtualBox

Changeset 68258 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2017 4:09:49 PM (7 years ago)
Author:
vboxsync
Message:

VBoxManage unattended install: s/--session-type/--start-vm/

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-unattended.xml

    r68242 r68258  
    6666      <arg>--extra-install-kernel-parameters=<replaceable>params</replaceable></arg>
    6767      <arg>--language=<replaceable>lang</replaceable></arg>
    68       <arg>--session-type=<replaceable>type</replaceable></arg>
     68      <arg>--start-vm=<replaceable>session-type</replaceable></arg>
    6969    </cmdsynopsis>
    7070  </refsynopsisdiv>
     
    184184        </varlistentry>
    185185        <varlistentry>
    186           <term><option>--session-type=<replaceable>type</replaceable></option></term>
    187           <listitem>
    188             <para>The type of session to start when launching the installation.  This is the same as the <option>--type</option>
    189               option for the <computeroutput>startvm</computeroutput> command, but we add <computeroutput>none</computeroutput>
    190               for indicating that the VM should not be started.  (default: <computeroutput>none</computeroutput>)</para></listitem>
     186          <term><option>--start-vm=<replaceable>session-type</replaceable></option></term>
     187          <listitem>
     188            <para>Start the VM using the front end given by <replaceable>session-type</replaceable>. This is the same as
     189              the <option>--type</option> option for the <computeroutput>startvm</computeroutput> command, but we have add
     190              <computeroutput>none</computeroutput> for indicating that the VM should not be started.
     191              (default: <computeroutput>none</computeroutput>)</para></listitem>
    191192        </varlistentry>
    192193      </variablelist>
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r68239 r68258  
    14191419        { "--language",                         'L', RTGETOPT_REQ_STRING },
    14201420        // start vm related options:
    1421         { "--session-type",                     'S', RTGETOPT_REQ_STRING },
     1421        { "--start-vm",                         'S', RTGETOPT_REQ_STRING },
    14221422        /** @todo Add a --wait option too for waiting for the VM to shut down or
    14231423         *        something like that...? */
     
    15651565                break;
    15661566
    1567             case 'S':   // --session-type
     1567            case 'S':   // --start-vm
    15681568                pszSessionType = ValueUnion.psz;
    15691569                break;
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