Skip to content

Commit 6327ec4

Browse files
committed
sys-kernel/bootengine: Reduce size with wrapper scripts
This pulls in flatcar/bootengine#108 Signed-off-by: Kai Lueke <[email protected]>
1 parent c157f24 commit 6327ec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
77
if [[ "${PV}" == 9999 ]]; then
88
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99
else
10-
EGIT_COMMIT="26231c67c14aa6032a85c2d15c7a6c15c62348a5" # flatcar-master
10+
#EGIT_COMMIT="26231c67c14aa6032a85c2d15c7a6c15c62348a5" # flatcar-master
11+
EGIT_BRANCH="kai/wrappers"
1112
KEYWORDS="amd64 arm arm64 x86"
1213
fi
1314

0 commit comments

Comments
 (0)