Comment 18 for bug 1876884

Revision history for this message
Yannik (yannik-5) wrote :

> 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
$ ln -s /root/.ssh/authorized_keys /etc/dropbear-initramfs/authorized_keys
$ 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?