Skip to content

Commit

Permalink
coreos-init: Fix issuegen handling of renamed interface
Browse files Browse the repository at this point in the history
This pulls in flatcar/init#102 which moves the issuegen
udev rule to using $name. This lets the rule correctly handle renamed
interfaces.

Signed-off-by: Jeremi Piotrowski <[email protected]>
  • Loading branch information
jepio committed Sep 4, 2023
1 parent a506a23 commit 6262a78
Show file tree
Hide file tree
Showing 2 changed files 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="e502aab19632fda2a43938d02ff1104043173702" # flatcar-master
CROS_WORKON_COMMIT="41b69d4177215e501907e573d3331fb52ca4bd9d" # TODO: issuegen-if-rename-fix
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 6262a78

Please sign in to comment.