Cleanup kernel modules loading configuration

qubes-core-agent itself do not use u2mfn module.
This commit is contained in:
Marek Marczykowski-Górecki 2017-06-08 15:38:01 +02:00
parent a06b5b4d61
commit 0bee339ffb
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
modprobe evtchn 2>/dev/null || modprobe xen-evtchn
modprobe xen-evtchn 2>/dev/null || modprobe 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

View File

@ -1,6 +1,5 @@
xen-evtchn
xen-blkback
u2mfn
xen-gntalloc
xen-gntdev
xen-privcmd