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:
parent
c33565b001
commit
04b5bd1b0a
@ -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
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
xen-evtchn
|
xen-evtchn
|
||||||
xen-blkback
|
xen-blkback
|
||||||
xen-usbfront
|
|
||||||
u2mfn
|
u2mfn
|
||||||
xen-gntalloc
|
xen-gntalloc
|
||||||
xen-gntdev
|
xen-gntdev
|
||||||
|
Loading…
Reference in New Issue
Block a user