Changeset 101120 in vbox for trunk/doc/manual
- Timestamp:
- Sep 14, 2023 9:30:24 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-createvm.xml
r99513 r101120 51 51 <command>VBoxManage createvm</command> 52 52 <arg choice="req">--name=<replaceable>name</replaceable></arg> 53 <arg choice="req">--platform-architecture=<group choice="plain"> 54 <arg choice="plain">x86</arg> 55 <arg choice="plain">arm</arg> 56 </group></arg> 53 57 <arg>--basefolder=<replaceable>basefolder</replaceable></arg> 54 58 <arg>--default</arg> … … 85 89 automatically. 86 90 </para> 91 <para> 92 Also, the intended platform architecture for the VM must be specified by 93 using <option>--platform-architecture<replaceable>architecture</replaceable> 94 </option>. 95 </para> 87 96 </refsect1> 88 97 … … 90 99 <title>Command Options</title> 91 100 <para> 92 In addition to specifying the name or UUID of the VM , which is101 In addition to specifying the name or UUID of the VM and the platform architecture, which is 93 102 required, you can specify any of the following options: 94 103 </para>
Note:
See TracChangeset
for help on using the changeset viewer.