git.annexia.org
/
libguestfs-talks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae4d784
)
Add workaround for broken libvirt.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Oct 2014 10:48:37 +0000
(11:48 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 10 Oct 2014 10:48:37 +0000
(11:48 +0100)
2014-kvm-forum/run
patch
|
blob
|
history
diff --git
a/2014-kvm-forum/run
b/2014-kvm-forum/run
index
e80f070
..
88eb726
100755
(executable)
--- a/
2014-kvm-forum/run
+++ b/
2014-kvm-forum/run
@@
-15,6
+15,9
@@
unset http_proxy
unset https_proxy
unset ftp_proxy
+# Libvirt is broken (RHBZ#1151404).
+export LIBGUESTFS_BACKEND=direct
+
# Get everything into the cache.
guestfish -a /dev/null run > /dev/null &