mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 04:56:58 +02:00
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:
parent
a9221a4e57
commit
922dab3d3a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user