From 04b5bd1b0ab75e61a7bf2d77796a775c72511c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 21 Mar 2015 00:54:19 +0100 Subject: [PATCH] Do not load xen-usbfront automatically We no longer provide this module (it looks to be a dead project). Instead in newer kernel USBIP can be used. --- vm-init.d/qubes-core.modules | 1 - vm-systemd/qubes-core.conf | 1 - 2 files changed, 2 deletions(-) diff --git a/vm-init.d/qubes-core.modules b/vm-init.d/qubes-core.modules index 88ffa9c..7524c06 100755 --- a/vm-init.d/qubes-core.modules +++ b/vm-init.d/qubes-core.modules @@ -1,6 +1,5 @@ modprobe evtchn 2>/dev/null || modprobe xen-evtchn modprobe xen-blkback 2> /dev/null || modprobe blkbk -modprobe xen-usbfront 2> /dev/null modprobe u2mfn 2>/dev/null modprobe xen-gntalloc 2> /dev/null modprobe xen-gntdev 2> /dev/null diff --git a/vm-systemd/qubes-core.conf b/vm-systemd/qubes-core.conf index 421104c..96bf2a1 100644 --- a/vm-systemd/qubes-core.conf +++ b/vm-systemd/qubes-core.conf @@ -1,6 +1,5 @@ xen-evtchn xen-blkback -xen-usbfront u2mfn xen-gntalloc xen-gntdev