summaryrefslogtreecommitdiff
path: root/debian/control
blob: 3d0a0133d56ae50c4e6162910574287be7c9603d (plain)
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
27
28
29
30
31
32
33
Source: linaro-grub
Section: admin
Priority: extra
Maintainer: Linaro Packagers <linaro-pkg@lists.launchpad.net>
Build-Depends: autoconf,
               autogen,
               automake,
               bison,
               debhelper (>= 8.0.0),
               flex,
               python
Standards-Version: 3.9.2
Vcs-Bzr: lp:~leif-lindholm/linaro-grub/arm-uboot

Package: grub-arm
Architecture: armhf
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GRand Unified Bootloader for ARM
 GRUB is a portable, powerful bootloader.  This version of GRUB is based on a
 cleaner design than its predecessors, and provides the following new features:
 .
  - Scripting in grub.cfg using BASH-like syntax.
  - Support for modern partition maps such as GPT.
  - Modular generation of grub.cfg88 via update-grub.  Packages providing GRUB
    add-ons can plug in their own script rules and trigger updates by invoking
    update-grub2.
  - VESA-based graphical mode with background image support and complete 24-bit
    color set.
  - Support for extended charsets.  Users can write UTF-8 text to their menu
    entries.
 .
 This package contains a version of GRUB that has been built for use with
 U-Boot platform on ARM architecture.