9 lines
344 B
Plaintext
9 lines
344 B
Plaintext
# 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"
|