2016-11-13 17:10:10 +01:00
|
|
|
# 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:
|
2017-02-22 11:29:19 +01:00
|
|
|
# OPTIONS="root=/dev/sda3 loglevel=4 slub_debug=P page_poison=1"
|
2017-02-20 14:45:47 +01:00
|
|
|
# Disk where EFI Partition is. Default is /dev/sda
|
|
|
|
# DISK="/dev/sda"
|