VirtualBox

Changeset 89597 in vbox for trunk/doc


Ignore:
Timestamp:
Jun 10, 2021 12:41:30 PM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Added ability to change VM autostart options when VM is powered on

File:
1 edited

Legend:

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

    r87075 r89597  
    681681        <arg choice="plain"><replaceable>device-name</replaceable></arg>
    682682      </group>
     683    </cmdsynopsis>
     684
     685    <cmdsynopsis id="synopsis-vboxmanage-controlvm-autostartenabled">
     686      <command>VBoxManage controlvm</command>
     687      <group choice="req">
     688        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     689        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     690      </group>
     691      <arg choice="plain">autostart-enabled<replaceable>N</replaceable></arg>
     692      <group choice="plain">
     693        <arg choice="plain">on</arg>
     694        <arg choice="plain">off</arg>
     695      </group>
     696    </cmdsynopsis>
     697
     698    <cmdsynopsis id="synopsis-vboxmanage-controlvm-autostartdelay">
     699      <command>VBoxManage controlvm</command>
     700      <group choice="req">
     701        <arg choice="plain"><replaceable>uuid</replaceable></arg>
     702        <arg choice="plain"><replaceable>vmname</replaceable></arg>
     703      </group>
     704      <arg choice="plain">autostart-delay<replaceable>seconds</replaceable></arg>
    683705    </cmdsynopsis>
    684706  </refsynopsisdiv>
     
    20952117      </variablelist>
    20962118    </refsect2>
     2119    <refsect2 id="vboxmanage-controlvm-autostartenabled">
     2120      <title>Enabling autostart the VM during host system boot</title>
     2121      <remark role="help-copy-synopsis"/>
     2122      <para>
     2123        The <command>VBoxManage controlvm
     2124        <replaceable>vmname</replaceable> autostart-enabled</command>
     2125        command specifies whether to enable or disable automatically
     2126        start the VM at host system boot-up. You must do some host
     2127        system configuration before you can use this feature.
     2128        See <xref linkend="autostart" />. Valid values are
     2129        <literal>on</literal>, which enables autostart feature for
     2130        the VM and <literal>off</literal>, which disables it. The
     2131        default value is <literal>off</literal>.
     2132      </para>
     2133    </refsect2>
     2134    <refsect2 id="vboxmanage-controlvm-autostartdelay">
     2135      <title>Setting the delay of starting the VM on host system boot</title>
     2136      <remark role="help-copy-synopsis"/>
     2137      <para>
     2138        The <command>VBoxManage controlvm
     2139        <replaceable>vmname</replaceable> autostart-delay</command>
     2140        command specifies the delay in seconds before the VM starts
     2141        on host system boot-up. See <xref linkend="autostart" />.
     2142      </para>
     2143    </refsect2>
    20972144  </refsect1>
    20982145
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