11 lines
377 B
Plaintext
11 lines
377 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"
|
|
# Disk where EFI Partition is. Default is /dev/sda
|
|
# DISK="/dev/sda"
|
|
# Partition number of EFI Partition. Default is 1
|
|
# PART=1
|