summaryrefslogtreecommitdiffstats
path: root/rules/efibootmgr.in
blob: c48787120a34a6ab7be8185dc97d3bb98dc4312f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=shell_and_console

config EFIBOOTMGR
	tristate
	select LIBPOPT
	select EFIVAR
	prompt "efibootmgr"
	help
	  This is efibootmgr, a Linux user-space application to modify the
	  Intel Extensible Firmware Interface (EFI) Boot Manager.
	  This application can create and destroy boot entries,
	  change the boot order, change the next running boot option, and more.