File: control

package info (click to toggle)
efibootmgr 15-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • ctags: 211
  • sloc: ansic: 2,762; makefile: 87
file content (26 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: efibootmgr
Section: admin
Priority: optional
Maintainer: Debian UEFI Maintainers <debian-efi@lists.debian.org>
Uploaders: Daniel Jared Dominguez <jared.dominguez@dell.com>, Steve McIntyre <93sam@debian.org>, Mario Limonciello <mario.limonciello@dell.com>
Build-Depends: debhelper (>> 9), pkg-config, libefivar-dev (>= 30), libefiboot-dev (>= 30), libpopt-dev
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/uefi/efibootmgr.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=uefi/efibootmgr.git

Package: efibootmgr
Architecture: amd64 i386 ia64 armhf arm64 armel x32
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.