Skip to content

Commit

Permalink
Merge pull request #1131 from flatcar/scripts
Browse files Browse the repository at this point in the history
Pull in flatcar/init and bootengine changes  to ignore mana VF in networkd
  • Loading branch information
jepio committed Sep 18, 2023
2 parents c30cc59 + eb2477f commit a2b4f9b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog/changes/2023-09-12-azure-mana-vf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add support for Microsoft Azure Network Adapter (MANA) NICs on Azure ([scripts#1131](https://github.com/flatcar/scripts/pull/1131))
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="3e6270ca55dabaa8c00322753bf409c8453f97a4" # flatcar-3510-backport
CROS_WORKON_COMMIT="8edef94dd894beaccb1d44887cc0a68bae106a9f" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down
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="681c0791696968957dfb0d6d74558b69f4ace43e" # flatcar-3510-backport
CROS_WORKON_COMMIT="af7ac28107d0a960b09e0c63ae9dd343aa697c98" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit a2b4f9b

Please sign in to comment.