]> code.delx.au - refind/blob - debian/control
Debian package-creation file changes to better support an Ubuntu PPA.
[refind] / debian / control
1 Source: refind
2 Maintainer: Rod Smith <rod.smith@canonical.com>
3 Section: misc
4 Priority: optional
5 Standards-Version: 3.9.5
6 Build-Depends: debhelper (>= 9), gnu-efi
7
8 Package: refind
9 Architecture: any
10 Depends: ${misc:Depends}, efibootmgr, openssl, sbsigntool, util-linux, parted
11 Description: boot manager for EFI-based computers
12 A graphical boot manager for EFI- and UEFI-based computers, such as all
13 Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a
14 boot menu showing all the EFI boot loaders on the EFI-accessible
15 partitions, and optionally BIOS-bootable partitions on Macs.
16 EFI-compatbile OSes, including Linux, provide boot loaders that rEFInd can
17 detect and launch. rEFInd can launch Linux EFI boot loaders such as ELILO,
18 GRUB Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub support.
19 EFI filesystem drivers for ext2/3/4fs, ReiserFS, Btrfs, HFS+, and ISO-9660
20 enable rEFInd to read boot loaders from these filesystems, too. rEFInd's
21 ability to detect boot loaders at runtime makes it very easy to use,
22 particularly when paired with Linux kernels that provide EFI stub support.