grub

grub

The GNU Grub Bootloader

  • version 2.12-2
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install grub-efi

or

kpkg build grub-efi

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["efivar"]
    N1["efibootmgr"]
    N2["pigz"]
    N3["freetype"]
    N4["popt"]
    N5["grub-efi"]
    style N5 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N6["libpng"]
    N0 --> N1
    N1 --> N5
    N2 --> N5
    N3 --> N5
    N4 --> N1
    N6 --> N3