Skip to content

Commit

Permalink
sys-kernel/bootengine: Drop partprobe
Browse files Browse the repository at this point in the history
This pulls in flatcar/bootengine#80
to use partx instead of partprobe.
  • Loading branch information
pothos committed May 6, 2024
1 parent c1a5d20 commit c74d45e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="8da532c809c89a9c434ada0fa9532a1c1bf49f4c" # flatcar-master
CROS_WORKON_COMMIT="11d4eb07ff8cfed38393798458683006a7fa9a0a" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit c74d45e

Please sign in to comment.