> How did you setup networking inside your initramfs? Apparently you did not use the kernel CMDLINE, did you configure something inside /etc/initramfs-tools/initramfs.conf instead?
I have not done any modifications at all to the initramfs or the kernel cmdline except for installing dropbear-initramfs:
> As a workaround, you should be able to override this behavior to set "renderer: NetworkManager" in a file sorting lexically after 'enp1s0.yaml' and redirect this network interface to NetworkManager that way.
/run is a tmpfs, so at what point should I do that?
> How did you setup networking inside your initramfs? Apparently you did not use the kernel CMDLINE, did you configure something inside /etc/initramfs- tools/initramfs .conf instead?
I have not done any modifications at all to the initramfs or the kernel cmdline except for installing dropbear-initramfs:
$ apt install dropbear-initramfs ssh/authorized_ keys /etc/dropbear- initramfs/ authorized_ keys
$ ln -s /root/.
$ update-initramfs -u
That's it.
> As a workaround, you should be able to override this behavior to set "renderer: NetworkManager" in a file sorting lexically after 'enp1s0.yaml' and redirect this network interface to NetworkManager that way.
/run is a tmpfs, so at what point should I do that?