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 Dec 18, 2023
1 parent 4363664 commit dd68a06
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="31d24b87717e6ee3b2970af5926a481d6bbff933" # flatcar-master
CROS_WORKON_COMMIT="80c5a91ca698aea22c7239575174b632d26160ef" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit dd68a06

Please sign in to comment.