- Timestamp:
- Jul 27, 2017 5:21:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-unattended.xml
r68140 r68143 46 46 <arg choice="req"><replaceable>uuid|vmname</replaceable></arg> 47 47 <arg choice="req">--iso=<replaceable>install-iso</replaceable></arg> 48 <arg choice="req">incomplete</arg> 48 <arg>--user=<replaceable>login</replaceable></arg> 49 <arg>--password=<replaceable>password</replaceable></arg> 50 <arg>--full-user-name=<replaceable>name</replaceable></arg> 51 <arg>--key=<replaceable>product-key</replaceable></arg> 52 <arg>--install-additions</arg> 53 <arg>--no-install-additions</arg> 54 <arg>--additions-iso=<replaceable>add-iso</replaceable></arg> 55 <arg>--install-txs</arg> 56 <arg>--no-install-txs</arg> 57 <arg>--validation-kit-iso=<replaceable>testing-iso</replaceable></arg> 58 <arg>--locale=<replaceable>ll_CC</replaceable></arg> 59 <arg>--country=<replaceable>CC</replaceable></arg> 60 <arg>--time-zone=<replaceable>tz</replaceable></arg> 61 <arg>--hostname=<replaceable>fqdn</replaceable></arg> 62 <arg>--package-selection-adjustment=<replaceable>keyword</replaceable></arg> 63 <arg>--dry-run</arg> 64 <arg>--auxiliary-base-path=<replaceable>path</replaceable></arg> 65 <arg>--image-index=<replaceable>number</replaceable></arg> 66 <arg>--script-template=<replaceable>file</replaceable></arg> 67 <arg>--post-install-template=<replaceable>file</replaceable></arg> 68 <arg>--post-install-command=<replaceable>command</replaceable></arg> 69 <arg>--extra-install-kernel-parameters=<replaceable>params</replaceable></arg> 70 <arg>--session-type=<replaceable>type</replaceable></arg> 49 71 </cmdsynopsis> 50 72 </refsynopsisdiv> … … 88 110 <listitem><para>The installation ISO to run the detection on.</para></listitem> 89 111 </varlistentry> 90 <!-- a lot more stuff here to document. --> 112 <varlistentry> 113 <term><option>--user=<replaceable>login</replaceable></option></term> 114 <listitem><para>The login name. (default: vboxuser)</para></listitem> 115 </varlistentry> 116 <varlistentry> 117 <term><option>--password=<replaceable>password</replaceable></option></term> 118 <listitem><para>The login password. (default: changeme)</para></listitem> 119 </varlistentry> 120 <varlistentry> 121 <term><option>--full-user-name=<replaceable>name</replaceable></option></term> 122 <listitem><para>The full user name. (default: --user)</para></listitem> 123 </varlistentry> 124 <varlistentry> 125 <term><option>--key=<replaceable>product-key</replaceable></option></term> 126 <listitem><para>The guest OS product key. Not all guest OSes requires this.</para></listitem> 127 </varlistentry> 128 <varlistentry> 129 <term><option>--install-additions</option>, <option>--no-install-additions</option></term> 130 <listitem><para>Whether to install the VirtualBox guest additions. (default: --no-install-addations)</para></listitem> 131 </varlistentry> 132 <varlistentry> 133 <term><option>--additions-iso=<replaceable>add-iso</replaceable></option></term> 134 <listitem> 135 <para>Path to the VirtualBox guest additions ISO. (default: installed/downloaded GAs)</para></listitem> 136 </varlistentry> 137 <varlistentry> 138 <term><option>--install-txs</option>, <option>--no-install-txs</option></term> 139 <listitem> 140 <para>Whether to install the test execution service (TXS) from the VirtualBox ValidationKit. 141 This is useful when preparing VMs for testing or similar. (default: --no-install-txs)</para></listitem> 142 </varlistentry> 143 <varlistentry> 144 <term><option>--validation-kit-iso=<replaceable>testing-iso</replaceable></option></term> 145 <listitem> 146 <para>Path to the VirtualBox ValidationKit ISO. This is required if <option>--install-txs</option> 147 is specified. </para></listitem> 148 </varlistentry> 149 <varlistentry> 150 <term><option>--locale=<replaceable>ll_CC</replaceable></option></term> 151 <listitem> 152 <para>The base locale specification for the guest, like en_US, de_CH, or nn_NO. (default: host or en_US)</para></listitem> 153 </varlistentry> 154 <varlistentry> 155 <term><option>--country=<replaceable>CC</replaceable></option></term> 156 <listitem><para>The two letter country code if it differs from the specified by <option>--location</option>.</para></listitem> 157 </varlistentry> 158 <varlistentry> 159 <term><option>--time-zone=<replaceable>tz</replaceable></option></term> 160 <listitem><para>The time zone to set up the guest OS with. (default: host time zone or UTC)</para></listitem> 161 </varlistentry> 162 <varlistentry> 163 <term><option>--hostname=<replaceable>fqdn</replaceable></option></term> 164 <listitem> 165 <para>The fully qualified domain name of the guest machine. 166 (default: <replaceable>vmname</replaceable>.myguest.virtualbox.org)</para></listitem> 167 </varlistentry> 168 <varlistentry> 169 <term><option>--package-selection-adjustment=<replaceable>keyword</replaceable></option></term> 170 <listitem> 171 <para>Adjustments to the guest OS packages/components selection. This can be specfied more than once. Currently 172 the only recognized keyword is <computeroutput>minimal</computeroutput> which triggers a minimal installation for 173 some of the guest OSes.</para></listitem> 174 </varlistentry> 175 <varlistentry> 176 <term><option>--dry-run</option></term> 177 <listitem><para>Do not create any files or make any changes to the VM configuration.</para></listitem> 178 </varlistentry> 179 <varlistentry> 180 <term><option>--session-type=<replaceable>type</replaceable></option></term> 181 <listitem> 182 <para>The type of session to start when launching the installation. This is the same as the <option>--type</option> 183 option for the <computeroutput>startvm</computeroutput> command, but we add <computeroutput>none</computeroutput> 184 for indicating that the VM should not be started. (default: <computeroutput>headless</computeroutput>)</para></listitem> 185 </varlistentry> 186 </variablelist> 187 188 <para>Advanced options:</para> 189 <variablelist> 190 <varlistentry> 191 <term><option>--auxiliary-base-path=<replaceable>path</replaceable></option></term> 192 <listitem> 193 <para>The path prefix to the media related files generated for the installation. 194 (default: <replaceable>vm-config-dir</replaceable>/Unattended-<replaceable>vm-uuid</replaceable>-)</para></listitem> 195 </varlistentry> 196 <varlistentry> 197 <term><option>--image-index=<replaceable>number</replaceable></option></term> 198 <listitem><para>Windows installation image index. (default: 1)</para></listitem> 199 </varlistentry> 200 <varlistentry> 201 <term><option>--script-template=<replaceable>file</replaceable></option></term> 202 <listitem><para>The unattended installation script template. (default: IMachine::OSTypeId dependent)</para></listitem> 203 </varlistentry> 204 <varlistentry> 205 <term><option>--post-install-template=<replaceable>file</replaceable></option></term> 206 <listitem><para>The post installation script template. (default: IMachine::OSTypeId dependent)</para></listitem> 207 </varlistentry> 208 <varlistentry> 209 <term><option>--post-install-command=<replaceable>command</replaceable></option></term> 210 <listitem> 211 <para>A single command to run after the installation is completed. The exact format and exactly 212 when this is run is guest OS installer dependent.</para></listitem> 213 </varlistentry> 214 <varlistentry> 215 <term><option>--extra-install-kernel-parameters=<replaceable>params</replaceable></option></term> 216 <listitem> 217 <para> 218 List of extra linux kernel parameters to use during the installation. (default: IMachine::OSTypeId dependent) 219 </para></listitem> 220 </varlistentry> 221 91 222 </variablelist> 92 223 </refsect2>
Note:
See TracChangeset
for help on using the changeset viewer.