sys-kernel/bootengine: Re-enable persistent ifnames

In the initramfs persistent ifnames were disabled.
This caused problems because when the renaming was
done after the initramfs, a race made it fail, as
originally reported in
https://github.com/coreos/bugs/issues/1767

Reverts the booteninge commit
"systemd: add module to disable network device renaming"
and widens the networkd match rule for DigitalOcean.
This commit is contained in:
Kai Lüke 2020-02-25 16:38:50 +01:00
parent 0e6d421a52
commit e58bb70bc5
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="4ddaee191d6ee6f8c52fca1d48225c5c57d753d2" # flatcar-master
CROS_WORKON_COMMIT="94b8192c8f1c290a3dcf56f241be86d7c54d2ed5" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi