mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
7a5eab9541
With "grub2: update to newer grub2 2.06 version" a regression slipped in which makes the ISO not bootable on real hardware. The commit reverts to the previous behaviour, to load the GRUB2 modules after boot later one by one in the ISO format case. Fixes #4647
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) := 7fb21d87623a3e511ec755d9a4024e16728937be
|
|
DIR(g2fg) := boot
|
|
|
|
default: $(DOWNLOADS)
|
|
$(VERBOSE)tar -C boot -xJf boot/grub2.tar.xz
|
|
$(VERBOSE)unxz -kf boot/grub2-head.img.xz
|