[libvirt] [libvirt-jenkins-ci PATCH 2/4] guests: lcitool: Don't disable USB controller

Andrea Bolognani abologna at redhat.com
Thu Oct 19 14:59:39 UTC 2017


Some version of virt-install enable USB input devices despite
the fact neither a USB controller or a graphical display are
available, resulting in installation failures.

Let's just leave the USB controller enabled, it doesn't cause
any issue anyway.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/lcitool | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guests/lcitool b/guests/lcitool
index a1114be..4578327 100755
--- a/guests/lcitool
+++ b/guests/lcitool
@@ -120,7 +120,6 @@ do_install()
         --graphics none \
         --console pty \
         --sound none \
-        --controller usb,model=none \
         --initrd-inject "$INSTALL_CONFIG" \
         --extra-args "console=ttyS0 $EXTRA_ARGS" \
         --autostart \
-- 
2.13.6




More information about the libvir-list mailing list