Imported Debian patch 0.5.3-2
[debian/efibootmgr] / debian / control
1 Source: efibootmgr
2 Section: admin
3 Priority: optional
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>> 5), docbook-to-man, pciutils-dev
6 Standards-Version: 3.7.2
7
8 Package: efibootmgr
9 Architecture: amd64 i386 ia64
10 Depends: ${shlibs:Depends}
11 Description: Interact with the EFI Boot Manager 
12  This is a Linux user-space application to modify the Intel Extensible 
13  Firmware Interface (EFI) Boot Manager configuration.  This application can 
14  create and destroy boot entries, change the boot order, change the next 
15  running boot option, and more.
16  .
17  Details on the EFI Boot Manager are available from the EFI Specification, 
18  v1.02 or above, available from http://developer.intel.com.
19  .
20  Note: efibootmgr requires that the kernel module efivars be loaded prior 
21  to use.  'modprobe efivars' should do the trick.