Fixes to import-to-ovirt.pl
[import-to-ovirt.git] / README
1 This script lets you import a virtual machine disk image to RHEV or
2 oVirt.
3
4 NB. This script *requires* a 64 bit host.  Perl will cause silent
5 overflows on 32 bit hosts.
6
7 Requirements:
8
9     perl
10   * perl-Pod-Usage
11   * perl-Getopt-Long
12   * perl-File-Temp
13   * perl-POSIX
14     perl-XML-Writer
15     perl-Sys-Guestfs
16
17 * = usually provided as part of base Perl package
18
19 For instructions, read the script or do:
20
21   ./import-to-ovirt.pl --help
22   ./import-to-ovirt.pl --man
23
24 Copyright (C) 2015 Richard W.M. Jones <rjones@redhat.com>
25 Copyright (C) 2015 Red Hat Inc.
26
27 See the file 'COPYING' for licensing information.
28
29 Send patches to the virt-tools mailing list:
30 https://www.redhat.com/mailman/listinfo/virt-tools-list