void-packages/srcpkgs/efibootmgr/files/efibootmgr-kernel-hook.confd
Alain Kalker 97af122828 efibootmgr: add option to set partition number of EFI partition
This is useful when ESP is not the first partition, for instance if it
is added after some existing partitions during switch from BIOS to
UEFI boot.
2019-07-08 21:25:57 +02:00

10 lines
404 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 loglevel=4 slub_debug=P page_poison=1"
# Disk where EFI Partition is. Default is /dev/sda
# DISK="/dev/sda"
# Partition number of EFI Partition. Default is 1
# PART=1