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.
This commit is contained in:
Marek Marczykowski-Górecki 2015-03-21 00:54:19 +01:00
parent c33565b001
commit 04b5bd1b0a
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
modprobe evtchn 2>/dev/null || modprobe xen-evtchn modprobe evtchn 2>/dev/null || modprobe xen-evtchn
modprobe xen-blkback 2> /dev/null || modprobe blkbk modprobe xen-blkback 2> /dev/null || modprobe blkbk
modprobe xen-usbfront 2> /dev/null
modprobe u2mfn 2>/dev/null modprobe u2mfn 2>/dev/null
modprobe xen-gntalloc 2> /dev/null modprobe xen-gntalloc 2> /dev/null
modprobe xen-gntdev 2> /dev/null modprobe xen-gntdev 2> /dev/null

View File

@ -1,6 +1,5 @@
xen-evtchn xen-evtchn
xen-blkback xen-blkback
xen-usbfront
u2mfn u2mfn
xen-gntalloc xen-gntalloc
xen-gntdev xen-gntdev