Do not load u2mfn module anymore

It isn't used in Qubes R4.1 anymore

QubesOS/qubes-issues#4280
This commit is contained in:
Marek Marczykowski-Górecki 2019-12-03 13:55:49 +01:00
parent 281d1a5776
commit 1b28fcd4f1
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -36,10 +36,6 @@ chmod 666 /proc/xen/xenbus
chmod 660 /proc/xen/privcmd
chgrp qubes /proc/xen/privcmd
[ -e /proc/u2mfn ] || modprobe u2mfn
# Set permissions to files needed by gui-agent
chmod 666 /proc/u2mfn
# Set default services depending on VM type
is_appvm && DEFAULT_ENABLED=$DEFAULT_ENABLED_APPVM && touch /var/run/qubes/this-is-appvm
is_netvm && DEFAULT_ENABLED=$DEFAULT_ENABLED_NETVM && touch /var/run/qubes/this-is-netvm