qubes-core-agent-linux/vm-init.d/qubes-core.modules
Marek Marczykowski-Górecki 592029ef83 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.

(cherry picked from commit 04b5bd1b0a)
2015-04-16 03:01:51 +02:00

4 lines
130 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