Skip to content

Commit

Permalink
bootengine: fixes hyper-v oem support in ignition
Browse files Browse the repository at this point in the history
Uses PR: flatcar/bootengine#92

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
  • Loading branch information
ader1990 committed Mar 26, 2024
1 parent 6ec8f15 commit 90ff90e
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="19245b06d7634f1d2cea30c49f2a92e2462d8551" # flatcar-master
CROS_WORKON_COMMIT="224a1724a7b20a0e3cdb3372f0338213787212b6" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 90ff90e

Please sign in to comment.