From 8afae48a413f4d674da334023dba8efc16e9fb64 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 10 Oct 2014 19:19:11 +0100 Subject: [PATCH] Revert "Add workaround for broken libvirt." This reverts commit 3bf14da93fbec0062918a41823bb4249ea00e0d2. --- 2014-kvm-forum/run | 3 --- 1 file changed, 3 deletions(-) diff --git a/2014-kvm-forum/run b/2014-kvm-forum/run index 88eb726..e80f070 100755 --- a/2014-kvm-forum/run +++ b/2014-kvm-forum/run @@ -15,9 +15,6 @@ 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 & -- 1.8.3.1