Changeset 77888 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Mar 26, 2019 4:57:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-clonevm.xml
r77887 r77888 43 43 <arg>--basefolder=<replaceable>basefolder</replaceable></arg> 44 44 45 <arg >--group=<replaceable>group</replaceable>, ...</arg>45 <arg rep="repeat">--group=<replaceable>group</replaceable>,</arg> 46 46 47 47 <arg>--mode=<group choice='plain'><arg choice='plain'>machine</arg><arg choice='plain'>machinechildren</arg><arg choice='plain'>all</arg></group></arg> … … 49 49 <arg>--name=<replaceable>name</replaceable></arg> 50 50 51 <arg >--options=<group choice='plain'><arg choice='plain'>link</arg><arg choice='plain'>keepallmacs</arg><arg choice='plain'>keepnatmacs</arg><arg choice='plain'>keepdisknames</arg><arg choice='plain'>keephwuuids</arg></group></arg>51 <arg rep="repeat">--options=<replaceable>option</replaceable>,</arg> 52 52 53 53 <arg>--register</arg> … … 93 93 </varlistentry> 94 94 <varlistentry> 95 <term><option>--groups=<replaceable>group</replaceable>, 95 <term><option>--groups=<replaceable>group</replaceable>,...</option></term> 96 96 <listitem><para> 97 97 Assigns the clone to the specified group or groups. If you … … 139 139 </varlistentry> 140 140 <varlistentry> 141 <term><option>--options=option</option></term> 142 <listitem><para> 143 Specifies how to create a new clone. 144 </para><variablelist> 145 <varlistentry> 146 <term><option>--options=link</option></term> 141 <term><option>--options=<replaceable>option</replaceable>,...</option></term> 142 <listitem><para> 143 Specifies how to create the new clone.</para> 144 <para>The <option>--options</option> argument can be used multiple 145 times to enable multiple options, or the options can be given as a 146 comma separated list. The options are case insensitive.</para> 147 <para>The following options (case-insensitive) are recognized:</para> 148 <variablelist> 149 <varlistentry> 150 <term><option>Link</option></term> 147 151 <listitem><para> 148 152 Creates a linked clone from a snapshot only. … … 150 154 </varlistentry> 151 155 <varlistentry> 152 <term><option> --options=keepallmacs</option></term>156 <term><option>KeepAllMACs</option></term> 153 157 <listitem><para> 154 158 Specifies that the new clone reuses the MAC addresses … … 162 166 </varlistentry> 163 167 <varlistentry> 164 <term><option> --options=keepnatmacs</option></term>168 <term><option>KeepNATMACs</option></term> 165 169 <listitem><para> 166 170 Specifies that the new clone reuses the MAC addresses … … 169 173 </para><para> 170 174 If you do not specify this option or the 171 <option> --options=keepallmacs</option> option, the175 <option>KeepAllMACs</option> option, the 172 176 default behavior is to reinitialize the MAC addresses 173 177 of each virtual network card. … … 175 179 </varlistentry> 176 180 <varlistentry> 177 <term><option> --option=keepdisknames</option></term>181 <term><option>KeepDiskNames</option></term> 178 182 <listitem><para> 179 183 Specifies that the new clone reuses the disk image … … 183 187 </varlistentry> 184 188 <varlistentry> 185 <term><option> --option=keephwuuids</option></term>189 <term><option>KeepHwUUIDs</option></term> 186 190 <listitem><para> 187 191 Specifies that the new clone reuses the hardware IDs
Note:
See TracChangeset
for help on using the changeset viewer.