Changeset 102538 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Dec 8, 2023 12:11:05 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160684
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-unattended.xml
r99513 r102538 60 60 <arg choice="req">--iso=<replaceable>install-iso</replaceable></arg> 61 61 <arg>--user=<replaceable>login</replaceable></arg> 62 <arg>--password=<replaceable>password</replaceable></arg> 62 <arg>--user-password=<replaceable>password</replaceable></arg> 63 <arg>--admin-password=<replaceable>password</replaceable></arg> 63 64 <arg>--password-file=<replaceable>file</replaceable></arg> 64 65 <arg>--full-user-name=<replaceable>name</replaceable></arg> … … 130 131 </varlistentry> 131 132 <varlistentry> 132 <term><option>--password=<replaceable>password</replaceable></option></term> 133 <listitem> 134 <para>The login password. This is used for the user given by <option>--user</option> as well as the 135 root/administrator user. (default: changeme)</para></listitem> 133 <term><option>--user-password=<replaceable>password</replaceable></option></term> 134 <listitem> 135 <para>The user login password. This is used for the user given by <option>--user</option> 136 (default: changeme)</para></listitem> 137 </varlistentry> 138 <varlistentry> 139 <term><option>--admin-password=<replaceable>password</replaceable></option></term> 140 <listitem> 141 <para>The admin / root login password. If not specified, the password from <option>--user-password</option> 142 will be used.</para></listitem> 136 143 </varlistentry> 137 144 <varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.