git.annexia.org
/
import-to-ovirt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7edfc4e
)
Fix for libguestfs-winsupport on RHEL 7.2.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 20 Dec 2015 17:02:49 +0000
(17:02 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 20 Dec 2015 17:02:49 +0000
(17:02 +0000)
import-to-ovirt.pl
patch
|
blob
|
history
diff --git
a/import-to-ovirt.pl
b/import-to-ovirt.pl
index
7e1b39b
..
5eca749
100755
(executable)
--- a/
import-to-ovirt.pl
+++ b/
import-to-ovirt.pl
@@
-226,6
+226,7
@@
if ($vmtype =~ /^Desktop$/i) {
# Open the guest in libguestfs so we can inspect it.
my $g = Sys::Guestfs->new ();
+$g->set_program ("virt-import-to-ovirt");
$g->add_drive_opts ($_, readonly => 1) foreach (@disks);
$g->launch ();
my @roots = $g->inspect_os ();