mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
coreos-init: Fix issuegen handling of renamed interface
This pulls in https://github.com/flatcar/init/pull/102 which moves the issuegen udev rule to using $name. This lets the rule correctly handle renamed interfaces. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
a506a2300d
commit
e836c79015
@ -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="235b6141a0b6eb4c1e4dc7778a896f22756898a3" # flatcar-master
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user