core-agent-linux/vm-init.d/qubes-core.modules
Marek Marczykowski-Górecki 04b5bd1b0a 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.
2015-03-21 00:54:19 +01:00

6 lines
198 B
Plaintext
Executable File

modprobe evtchn 2>/dev/null || modprobe xen-evtchn
modprobe xen-blkback 2> /dev/null || modprobe blkbk
modprobe u2mfn 2>/dev/null
modprobe xen-gntalloc 2> /dev/null
modprobe xen-gntdev 2> /dev/null