File: sysprep-extra-options.pod

package info (click to toggle)
libguestfs 1%3A1.18.1-1%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 49,156 kB
  • sloc: ansic: 282,408; ml: 22,707; sh: 16,121; perl: 5,946; java: 5,047; cs: 4,329; makefile: 3,191; haskell: 2,564; erlang: 1,510; python: 1,502; xml: 509; ruby: 217; pascal: 142; cpp: 11
file content (27 lines) | stat: -rw-r--r-- 895 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=encoding utf8

=item B<--hostname> hostname (see C<hostname> below)

Змінити назву вузла. Якщо не вказано, використовувати типове
C<localhost.localdomain>.

=item B<--script> script (see C<script> below)

Run the named C<script> (a shell script or program) against the guest.  The
script can be any program on the host.  The script's current directory will
be the guest's root directory.

B<Note:> If the script is not on the $PATH, then you must give the full
absolute path to the script.

=item B<--scriptdir> scriptdir (see C<script> below)

The mount point (an empty directory on the host) used when the C<script>
operation is enabled and one or more scripts are specified using I<--script>
parameter(s).

B<Note:> C<scriptdir> B<must> be an absolute path.

If I<--scriptdir> is not specified then a temporary mountpoint will be
created.