Add missing u2mfn module load

Is loaded as part of gui-agent startup, but qrexec-agent also needs it
so eliminate race condition here.
This commit is contained in:
Marek Marczykowski-Górecki 2014-09-29 21:38:11 +02:00
parent 4bccdb0ba5
commit 240066fc23
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
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 xen-usbfront 2> /dev/null
modprobe u2mfn 2>/dev/null

View File

@ -1,3 +1,4 @@
xen-evtchn xen-evtchn
xen-blkback xen-blkback
xen-usbfront xen-usbfront
u2mfn