VirtualBox

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

Last change on this file since 94319 was 94270, checked in by vboxsync, 3 years ago

doc/manual: Include the all-entities.ent file in all ru_RU manpage sources, bugref:9186

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

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