- Timestamp:
- Jun 10, 2021 12:41:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-controlvm.xml
r87075 r89597 681 681 <arg choice="plain"><replaceable>device-name</replaceable></arg> 682 682 </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> 683 705 </cmdsynopsis> 684 706 </refsynopsisdiv> … … 2095 2117 </variablelist> 2096 2118 </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> 2097 2144 </refsect1> 2098 2145
Note:
See TracChangeset
for help on using the changeset viewer.