mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
a3a84b25e8
Fixes #5230
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := g2fg.git
|
|
|
|
URL(g2fg) := https://github.com/alex-ab/g2fg.git
|
|
REV(g2fg) := 95c79d8ca590eefaab7297c7a631125a64973266
|
|
DIR(g2fg) := boot
|
|
|
|
default: $(DOWNLOADS)
|
|
$(VERBOSE)tar -C boot -xJf boot/grub2.tar.xz
|
|
$(VERBOSE)unxz -kf boot/grub2-head.img.xz
|
|
$(VERBOSE)unxz -kf boot/grub2-head-big.img.xz
|
|
$(VERBOSE)unxz -kf boot/font.pf2.xz
|