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@xxxxxxxxxx> --- 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 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list