- Timestamp:
- Dec 15, 2021 5:26:13 PM (3 years ago)
- Location:
- trunk/doc/manual/en_US
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-createmedium.xml
r89919 r92946 58 58 <arg choice="plain"><replaceable>VHD</replaceable></arg> 59 59 </group></arg> 60 <arg>--variant Standard,Fixed,Split2G,Stream,ESX,Formatted</arg> 60 <arg>--variant Standard,Fixed,Split2G,Stream,ESX,Formatted,RawDisk</arg> 61 <arg choice="plain" rep="repeat">--property 62 <replaceable>name</replaceable>=<replaceable>value</replaceable></arg> 63 <arg choice="plain" rep="repeat">--property-file 64 <replaceable>name</replaceable>=<replaceable>/path/to/file/with/value</replaceable></arg> 61 65 </cmdsynopsis> 62 66 </refsynopsisdiv> … … 123 127 </varlistentry> 124 128 <varlistentry> 125 <term><option>--variant=Standard,Fixed,Split2G,Stream,ESX, Formatted</option></term>129 <term><option>--variant=Standard,Fixed,Split2G,Stream,ESX,Formatted,RawDisk</option></term> 126 130 <listitem><para> 127 131 Specifies the file format variant for the target medium, … … 155 159 automatically. 156 160 </para></listitem> 161 <listitem><para> 162 <literal>RawDisk</literal> used for creating raw disks. 163 This value is for VMDK only. 164 </para><para> 165 </para></listitem> 157 166 </itemizedlist><para> 158 167 Note that not all variant combinations are valid. Specifying 159 168 incompatible variant values in the list will produce an 160 169 error message. 170 </para></listitem> 171 </varlistentry> 172 <varlistentry> 173 <term><option>--property <replaceable>name</replaceable>=<replaceable>value</replaceable></option></term> 174 <listitem><para> 175 Specifies any required file format dependent parameters in 176 <literal>key=value</literal> form. Optional. 177 </para> 178 </listitem> 179 </varlistentry> 180 <varlistentry> 181 <term><option>--property-file <replaceable>name 182 </replaceable>=<replaceable>/path/to/file/with/value</replaceable></option></term> 183 <listitem><para> 184 Specifies any required file format dependent parameters in 185 <literal>key=file/with/value</literal> form. The value is 186 taken from the file. Optional. 161 187 </para></listitem> 162 188 </varlistentry> -
trunk/doc/manual/en_US/user_VBoxManage.xml
r92534 r92946 2468 2468 Specifies any required file format variants for the output 2469 2469 file. This is a comma-separated list of variant flags. 2470 Options are Standard,Fixed,Split2G,Stream,ESX . Not all2470 Options are Standard,Fixed,Split2G,Stream,ESX,RawDisk. Not all 2471 2471 combinations are supported, and specifying mutually 2472 2472 incompatible flags results in an error message. Optional.
Note:
See TracChangeset
for help on using the changeset viewer.