grub2: avoid hardcoding boot disc

see alex-ab/g2fg#1
This commit is contained in:
Alexander Boettcher 2020-06-14 20:07:15 +02:00 committed by Norman Feske
parent 6d945e6a61
commit 6119e03081
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8cf62c015199b37018676d8c13be026989724a4b
856f9946a1482cbebc519818e3e4736bcd11e5e4

View File

@ -3,7 +3,7 @@ VERSION := git
DOWNLOADS := g2fg.git
URL(g2fg) := https://github.com/alex-ab/g2fg.git
REV(g2fg) := 1b148c6479f2c1f96fa1a1ae66c8cd3bbae538f2
REV(g2fg) := a0c3164b6b23afb25119f2be8c3b7490c1dcb9e2
DIR(g2fg) := boot
default: $(DOWNLOADS)