mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
sys-boot/grub: Switch to the rebase-able branch
This branch shouldn't really be any different from the tree's contents. The commits are just restructured so that all patches that are not yet upstream as of the most recent tag are available as a flat patch series on top of it.
This commit is contained in:
parent
650379f25d
commit
beacd727c0
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@ -10,7 +10,7 @@ GRUB_AUTOGEN=1 # We start from Git, so always autogen.
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="84a4fd2f4c35a45b66a6ca4ef455d999f8b05b55"
|
||||
CROS_WORKON_COMMIT="f8e0a62fba16236942a1657ba242cd71a21b0153"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
fi
|
||||
inherit cros-workon
|
||||
|
Loading…
x
Reference in New Issue
Block a user