kernel-modules: build/install u2mfn module by default

The module is required by gui-agent, so make sure it will be actually
installed. This would also install the module in dom0 (when
qubes-kernel-vm-support is installed there), but this this is harmless.

QubesOS/qubes-issues#1354
This commit is contained in:
Marek Marczykowski-Górecki 2015-11-08 03:51:18 +01:00
parent 789e9c2549
commit aaf84ba305
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -5,3 +5,4 @@ PACKAGE_NAME="u2mfn"
BUILT_MODULE_NAME[0]="u2mfn" BUILT_MODULE_NAME[0]="u2mfn"
DEST_MODULE_LOCATION[0]="/extra/" DEST_MODULE_LOCATION[0]="/extra/"
AUTOINSTALL=yes