Browse Source

Cleanup kernel modules loading configuration

qubes-core-agent itself do not use u2mfn module.
Marek Marczykowski-Górecki 6 years ago
parent
commit
0bee339ffb
2 changed files with 1 additions and 3 deletions
  1. 1 2
      vm-init.d/qubes-core.modules
  2. 0 1
      vm-systemd/qubes-core.conf

+ 1 - 2
vm-init.d/qubes-core.modules

@@ -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

+ 0 - 1
vm-systemd/qubes-core.conf

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