mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
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:
parent
0e6d421a52
commit
e58bb70bc5
@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="4ddaee191d6ee6f8c52fca1d48225c5c57d753d2" # flatcar-master
|
CROS_WORKON_COMMIT="94b8192c8f1c290a3dcf56f241be86d7c54d2ed5" # flatcar-master
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
KEYWORDS="amd64 arm arm64 x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user