Skip to content

Commit c74d45e

Browse files
committed
sys-kernel/bootengine: Drop partprobe
This pulls in flatcar/bootengine#80 to use partx instead of partprobe.
1 parent c1a5d20 commit c74d45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ "${PV}" == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1212
else
13-
CROS_WORKON_COMMIT="8da532c809c89a9c434ada0fa9532a1c1bf49f4c" # flatcar-master
13+
CROS_WORKON_COMMIT="11d4eb07ff8cfed38393798458683006a7fa9a0a" # TODO: flatcar-master
1414
KEYWORDS="amd64 arm arm64 x86"
1515
fi
1616

0 commit comments

Comments
 (0)