Skip to content

Disabling network interface renaming

Sjoerd Simons requested to merge wip/sjoerd/initramfs into main

A lot of lava jobs request the kernel or initramfs to run dhcp; Which means by the time udev/networkd get a hold of the device they're already in use so can't be renamed (as they're also critical). Which then leads to an error and networkd waiting for a successfull renaming before configure the network, which results in waiting forever

Work around this by simply disabling interface renaming

Merge request reports