Topic: No network connectivity upon first boot of new installation v0.4.4
I recently successfully installed v0.4.4 and found that upon my first boot, I had no network connection. I discovered that the local dhcp client daemon is not set to start automatically, so I manually started it by issuing the following command:
rc-service dhcpcd start
After that, my network connection came up right away.
I am searching through the OpenRC documentation (https://www.mankier.com/package/openrc) and have not yet been able to figure out how I can set this to start automatically upon boot. Does anyone know how to do this?