mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-13 00:09:54 +00:00
25f2c44874
Issue #2778 The "create_grub2" script functionality is moved to the g2fg contrib sources and also the GRUB2 head image (tool/grub2-head.img). The head image is now partitioned as GPT and bootable in BIOS legacy mode.
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := g2fg.git
|
|
|
|
URL(g2fg) := https://github.com/alex-ab/g2fg.git
|
|
REV(g2fg) := bec7ffd45be62bb41faf33941c5acbbcf5e594b5
|
|
DIR(g2fg) := boot
|
|
|
|
default: $(DOWNLOADS)
|
|
$(VERBOSE)tar -C boot -xJf boot/grub2.tar.xz
|
|
$(VERBOSE)unxz -kf boot/grub2-head.img.xz
|