From 0bee339ffbcf30d68b0e4286580b2401b5b1b731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Thu, 8 Jun 2017 15:38:01 +0200 Subject: [PATCH] Cleanup kernel modules loading configuration qubes-core-agent itself do not use u2mfn module. --- vm-init.d/qubes-core.modules | 3 +-- vm-systemd/qubes-core.conf | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/vm-init.d/qubes-core.modules b/vm-init.d/qubes-core.modules index 7524c06..94362f3 100755 --- a/vm-init.d/qubes-core.modules +++ b/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 diff --git a/vm-systemd/qubes-core.conf b/vm-systemd/qubes-core.conf index 538a1db..5dcfc0e 100644 --- a/vm-systemd/qubes-core.conf +++ b/vm-systemd/qubes-core.conf @@ -1,6 +1,5 @@ xen-evtchn xen-blkback -u2mfn xen-gntalloc xen-gntdev xen-privcmd