sys-kernel/bootengine: Drop partprobe

This pulls in https://github.com/flatcar/bootengine/pull/80
to use partx instead of partprobe.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
Kai Lueke 2023-12-18 18:23:29 +01:00
parent a9221a4e57
commit 922dab3d3a

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="26231c67c14aa6032a85c2d15c7a6c15c62348a5" # flatcar-master
EGIT_COMMIT="9062833e9a93602e0e8469070ece4480dae41699" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi