]> code.delx.au - refind/blob - debian/control
Added "debian" directory to facilitate building Debian packages.
[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.3
6 Build-Depends: debhelper (>= 9), gnu-efi
7
8 Package: refind
9 Architecture: any
10 Depends: ${misc:Depends}, efibootmgr
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. EFI-compatbile
16 OSes, including Linux, provide boot loaders that rEFInd can detect and
17 launch. rEFInd can launch Linux EFI boot loaders such as ELILO, GRUB
18 Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub support. EFI
19 filesystem drivers for ext2/3/4fs, ReiserFS, HFS+, and ISO-9660 enable
20 rEFInd to read boot loaders from these filesystems, too. rEFInd's ability
21 to detect boot loaders at runtime makes it very easy to use, particularly
22 when paired with Linux kernels that provide EFI stub support.