VirtualBox

source: vbox/trunk/doc/manual/ru_RU/man_VBoxManage-unattended.xml@ 96388

最後變更 在這個檔案從96388是 96300,由 vboxsync 提交於 3 年 前

doc: comment fixing

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 14.7 KB
 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage unattended
4-->
5<!--
6 Copyright (C) 2006-2020 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.alldomusa.eu.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15-->
16<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
17 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
18<!ENTITY % all.entities SYSTEM "all-entities.ent">
19%all.entities;
20]>
21<refentry id="vboxmanage-unattended" lang="en">
22
23 <refentryinfo>
24 <pubdate>$Date: 2022-08-18 17:27:14 +0000 (Thu, 18 Aug 2022) $</pubdate>
25 <title>VBoxManage unattended</title>
26 </refentryinfo>
27
28 <refmeta>
29 <refentrytitle>VBoxManage-unattended</refentrytitle>
30 <manvolnum>1</manvolnum>
31 </refmeta>
32
33 <refnamediv>
34 <refname>VBoxManage-unattended</refname>
35 <refpurpose>unattended установка гостевой ОС</refpurpose>
36 <refclass>&product-name;</refclass>
37 </refnamediv>
38
39 <refsynopsisdiv>
40 <cmdsynopsis id="synopsis-vboxmanage-unattended-detect"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
41 <command>VBoxManage unattended detect</command>
42 <arg choice="req">--iso=<replaceable>iso-установщика</replaceable></arg>
43 <arg>--machine-readable</arg>
44 </cmdsynopsis>
45 <cmdsynopsis id="synopsis-vboxmanage-unattended-install"> <!-- The 'id' is mandatory and must start with 'synopsis-'. -->
46 <command>VBoxManage unattended install</command>
47 <arg choice="req"><replaceable>uuid|имя-ВМ</replaceable></arg>
48 <arg choice="req">--iso=<replaceable>iso-инсталляции</replaceable></arg>
49 <arg>--user=<replaceable>логин</replaceable></arg>
50 <arg>--password=<replaceable>пароль</replaceable></arg>
51 <arg>--password-file=<replaceable>файл</replaceable></arg>
52 <arg>--full-user-name=<replaceable>имя</replaceable></arg>
53 <arg>--key=<replaceable>ключ-продукта</replaceable></arg>
54 <arg>--install-additions</arg>
55 <arg>--no-install-additions</arg>
56 <arg>--additions-iso=<replaceable>iso-дополнений</replaceable></arg>
57 <arg>--install-txs</arg>
58 <arg>--no-install-txs</arg>
59 <arg>--validation-kit-iso=<replaceable>iso-тестирования</replaceable></arg>
60 <arg>--locale=<replaceable>ll_CC</replaceable></arg>
61 <arg>--country=<replaceable>CC</replaceable></arg>
62 <arg>--time-zone=<replaceable>tz</replaceable></arg>
63 <arg>--hostname=<replaceable>имя-хоста</replaceable></arg>
64 <arg>--package-selection-adjustment=<replaceable>ключ</replaceable></arg>
65 <arg>--dry-run</arg>
66 <arg>--auxiliary-base-path=<replaceable>путь</replaceable></arg>
67 <arg>--image-index=<replaceable>номер</replaceable></arg>
68 <arg>--script-template=<replaceable>файл</replaceable></arg>
69 <arg>--post-install-template=<replaceable>файл</replaceable></arg>
70 <arg>--post-install-command=<replaceable>команда</replaceable></arg>
71 <arg>--extra-install-kernel-parameters=<replaceable>параметры</replaceable></arg>
72 <arg>--language=<replaceable>язык</replaceable></arg>
73 <arg>--start-vm=<replaceable>тип-сессии</replaceable></arg>
74 </cmdsynopsis>
75 </refsynopsisdiv>
76
77 <refsect1>
78 <title>Описание</title>
79
80 <refsect2 id="vboxmanage-unattended-detect">
81 <title>unattended detect</title>
82 <remark role="help-copy-synopsis"/>
83 <para>
84 Определяет гостевую операционную систему (ОС) на указанном инсталляционном
85 ISO и отображает результат. Это может быть использовано как входные данные
86 при создании ВМ для устанавливаемого ISO.
87 </para>
88 <variablelist>
89 <varlistentry>
90 <term><option>--iso=<replaceable>iso-инсталляции</replaceable></option></term>
91 <listitem><para>Определяемый инсталляционный ISO.</para></listitem>
92 </varlistentry>
93 <varlistentry>
94 <term><option>--machine-readable</option></term>
95 <listitem><para>Производит вывод, который проще для разбора из скрипта.</para></listitem>
96 </varlistentry>
97 </variablelist>
98 </refsect2>
99
100 <refsect2 id="vboxmanage-unattended-install">
101 <title>unattended install</title>
102 <remark role="help-copy-synopsis"/>
103 <para>
104 Перенастраивает указанную ВМ для установки и опционально запуска ОС.
105 </para>
106 <variablelist>
107 <varlistentry>
108 <term><replaceable>uuid|имя-ВМ</replaceable></term>
109 <listitem><para>Или UUID или имя (чувствительно к регистру) ВМ.</para></listitem>
110 </varlistentry>
111 <varlistentry>
112 <term><option>--iso=<replaceable>iso-инсталляции</replaceable></option></term>
113 <listitem><para>Инсталляционный ISO для запуска определения.</para></listitem>
114 </varlistentry>
115 <varlistentry>
116 <term><option>--user=<replaceable>логин</replaceable></option></term>
117 <listitem><para>Имя пользователя. (По умолчанию: vboxuser)</para></listitem>
118 </varlistentry>
119 <varlistentry>
120 <term><option>--password=<replaceable>пароль</replaceable></option></term>
121 <listitem>
122 <para>Пароль пользователя. Он используется как для пользователя указанного через <option>--user</option>, так и для
123 пользователя root/administrator. (по умолчанию: changeme)</para></listitem>
124 </varlistentry>
125 <varlistentry>
126 <term><option>--password-file=<replaceable>файл</replaceable></option></term>
127 <listitem>
128 <para>Альтернатива <option>--password</option> для передачи пароля. Специальное имя файла
129 <computeroutput>stdin</computeroutput> может использоваться для чтения пароля с стандартного потока ввода.</para></listitem>
130 </varlistentry>
131 <varlistentry>
132 <term><option>--full-user-name=<replaceable>имя</replaceable></option></term>
133 <listitem><para>Полное имя пользователя. (по умолчанию: --user)</para></listitem>
134 </varlistentry>
135 <varlistentry>
136 <term><option>--key=<replaceable>ключ-продукта</replaceable></option></term>
137 <listitem><para>Ключ продукта гостевой ОС. Не всем гостевым ОС требуется это.</para></listitem>
138 </varlistentry>
139 <varlistentry>
140 <term><option>--install-additions</option>, <option>--no-install-additions</option></term>
141 <listitem><para>Устанавливать ли Дополнения Гостевой ОС VirtualBox. (по умолчанию: --no-install-addations)</para></listitem>
142 </varlistentry>
143 <varlistentry>
144 <term><option>--additions-iso=<replaceable>iso-дополнений</replaceable></option></term>
145 <listitem>
146 <para>Путь к ISO Дополнений Гостевой ОС. (по умолчанию: installed/downloaded GAs)</para></listitem>
147 </varlistentry>
148 <varlistentry>
149 <term><option>--install-txs</option>, <option>--no-install-txs</option></term>
150 <listitem>
151 <para>Инсталлировать ли службу выполнения тестов (TXS) из VirtualBox ValidationKit.
152 Это полезно при подготовке ВМ к тестированию или подобной работы. (по умолчанию: --no-install-txs)</para></listitem>
153 </varlistentry>
154 <varlistentry>
155 <term><option>--validation-kit-iso=<replaceable>iso-тестирования</replaceable></option></term>
156 <listitem>
157 <para>Путь к VirtualBox ValidationKit ISO. Опция необходима если указана <option>--install-txs</option>
158 </para></listitem>
159 </varlistentry>
160 <varlistentry>
161 <term><option>--locale=<replaceable>ll_CC</replaceable></option></term>
162 <listitem>
163 <para>Спецификация базовая локали для гостевой системы, например en_US, de_CH, или nn_NO. (по умолчанию: host или en_US)</para></listitem>
164 </varlistentry>
165 <varlistentry>
166 <term><option>--country=<replaceable>CC</replaceable></option></term>
167 <listitem><para>Двухбуквенный кода страны если отличается от указанной в <option>--location</option>.</para></listitem>
168 </varlistentry>
169 <varlistentry>
170 <term><option>--time-zone=<replaceable>tz</replaceable></option></term>
171 <listitem><para>Часовая зона для установки в гостевой ОС. (по умолчанию: часовая зона хоста или UTC)</para></listitem>
172 </varlistentry>
173 <varlistentry>
174 <term><option>--hostname=<replaceable>имя-хоста</replaceable></option></term>
175 <listitem>
176 <para> Полное доменное имя гостевой машины. (по умолчанию: <replaceable>имя-ВМ</replaceable>.myguest.virtualbox.org)</para></listitem>
177 </varlistentry>
178 <varlistentry>
179 <term><option>--package-selection-adjustment=<replaceable>ключ</replaceable></option></term>
180 <listitem>
181 <para> Корректировка выбора пакетов/компонентов гостевой ОС. Может быть указана более одного раза. В настоящее
182 время единственным распознаваемым ключевым словом является <computeroutput>minimal</computeroutput>, которое
183 запускает минимальную установку для некоторых гостевых ОС.</para></listitem>
184 </varlistentry>
185 <varlistentry>
186 <term><option>--dry-run</option></term>
187 <listitem><para>Не создавать каких-либо файлов или делать изменения в конфигурации ВМ.</para></listitem>
188 </varlistentry>
189 <varlistentry>
190 <term><option>--start-vm=<replaceable>тип-сессии</replaceable></option></term>
191 <listitem>
192 <para>Запуск ВМ с помощью фронтенда, указанного в <replaceable>session-type</replaceable>. Это то же самое что
193 и опция <option>--type</option> для команды <computeroutput>startvm</computeroutput>, Но нам пришлось добавить
194 <computeroutput>none</computeroutput> для указания того, что ВМ не надо запускать.
195 (по умолчанию: <computeroutput>none</computeroutput>)</para></listitem>
196 </varlistentry>
197 </variablelist>
198
199 <para>Дополнительные опции:</para>
200 <variablelist>
201 <varlistentry>
202 <term><option>--auxiliary-base-path=<replaceable>путь</replaceable></option></term>
203 <listitem>
204 <para>Префикс пути к файлам относящимся к носителю, созданные для установки.
205 (по умолчанию: <replaceable>папка-настроек-ВМ</replaceable>/Unattended-<replaceable>uuid-ВМ</replaceable>-)</para></listitem>
206 </varlistentry>
207 <varlistentry>
208 <term><option>--image-index=<replaceable>номер</replaceable></option></term>
209 <listitem><para>Индекс образа инсталляции Windows. (по умолчанию: 1)</para></listitem>
210 </varlistentry>
211 <varlistentry>
212 <term><option>--script-template=<replaceable>файл</replaceable></option></term>
213 <listitem><para>Шаблон скрипта unattended инсталляции. (по умолчанию: зависит от IMachine::OSTypeId)</para></listitem>
214 </varlistentry>
215 <varlistentry>
216 <term><option>--post-install-template=<replaceable>файл</replaceable></option></term>
217 <listitem><para>Шаблон скрипта после инсталляции. (по умолчанию: зависит от IMachine::OSTypeId)</para></listitem>
218 </varlistentry>
219 <varlistentry>
220 <term><option>--post-install-command=<replaceable>команда</replaceable></option></term>
221 <listitem>
222 <para>Единичная команда, запускаемая после завершения установки. Точный формат и точный момент,
223 когда будет запущена команда, зависит от установщика гостевой ОС.</para></listitem>
224 </varlistentry>
225 <varlistentry>
226 <term><option>--extra-install-kernel-parameters=<replaceable>параметры</replaceable></option></term>
227 <listitem>
228 <para>
229 Список дополнительных параметров ядра Linux в течение установки. (по умолчанию: зависит от IMachine::OSTypeId)
230 </para></listitem>
231 </varlistentry>
232 <varlistentry>
233 <term><option>--language=<replaceable>язык</replaceable></option></term>
234 <listitem>
235 <para>
236 Задает язык пользовательского интерфейса для Windows инсталляции. <replaceable>язык</replaceable> обычно
237 в виде {ll}-{CC}. Смотрите результаты detectedOSLanguages из <command>VBoxManage unattended detect</command>.
238 (по умолчанию: detectedOSLanguages[0])</para></listitem>
239 </varlistentry>
240
241 </variablelist>
242 </refsect2>
243
244 </refsect1>
245</refentry>
246
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette