void-packages/srcpkgs/efibootmgr/files/efibootmgr-kernel-hook.confd
Christopher Brannon 8e5f9e9679 efibootmgr: make modifying of boot records optional, disabled by default.
Also changed the name of the config file, since the syntax
is much different.
2016-11-13 22:56:45 -08:00

6 lines
236 B
Text

# Options for the kernel hook script installed by the efibootmgr package.
MODIFY_EFI_ENTRIES=0
# To allow efibootmgr to modify boot entries, set
# MODIFY_EFI_ENTRIES=1
# Kernel command-line options. Example:
# OPTIONS="root=/dev/sda3"