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:
parent
4bccdb0ba5
commit
240066fc23
@ -1,3 +1,4 @@
|
||||
modprobe evtchn 2>/dev/null || modprobe xen-evtchn
|
||||
modprobe xen-blkback 2> /dev/null || modprobe blkbk
|
||||
modprobe xen-usbfront 2> /dev/null
|
||||
modprobe u2mfn 2>/dev/null
|
||||
|
@ -1,3 +1,4 @@
|
||||
xen-evtchn
|
||||
xen-blkback
|
||||
xen-usbfront
|
||||
u2mfn
|
||||
|
Loading…
Reference in New Issue
Block a user