Source: efibootmgr
Section: admin
Priority: optional
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Uploaders: Steve McIntyre <93sam@debian.org>, Mario Limonciello <mario.limonciello@dell.com>
Build-Depends: debhelper-compat (= 13), pkg-config, libefivar-dev (>= 30), libefiboot-dev (>= 30), libpopt-dev
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/efi-team/efibootmgr.git
Vcs-Browser: https://salsa.debian.org/efi-team/efibootmgr

Package: efibootmgr
Architecture: any
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Interact with the EFI Boot Manager 
 This is a Linux user-space application to modify the Intel Extensible 
 Firmware Interface (EFI) Boot Manager configuration. This application can 
 create and destroy boot entries, change the boot order, change the next 
 running boot option, and more.
 .
 Additional information about (U)EFI can be found at http://www.uefi.org/.
 .
 Note: efibootmgr requires that the kernel module efivars be loaded prior 
 to use. 'modprobe efivars' should do the trick if it does not 
 automatically load.