Keshav: Disable old efivars kernel module completely, even if it is

found in the archboot initramfs image.
This commit is contained in:
Tobias Powalowski 2013-09-18 08:16:07 +02:00
parent ac98db7669
commit 2f55d36da9

View file

@ -4,7 +4,11 @@
blacklist floppy
blacklist efivars
## Completely disable old sysfs-efivars interface
install efivars /usr/bin/false
## Blacklist useful but dangerous efi_pstore module
blacklist efi_pstore
## Disable the efi_pstore functionality by default
options efi_pstore pstore_disable=1