Re: nonetwork runlevel not being entered at boot after OpenRC upgrade to 0.62.2-1
Reply #8 –
This isn't really about networking specifically. From what I understand, nonetwork is a transitional runlevel which was intended to be used on the switchover between full runlevels. So you went from boot to nonetwork to default. Now you go straight from boot to default without passing through nonetwork. The nonetwork name is just a name and could include any services, they don't have to be networking related. The nonetwork runlevel still exists, you can see it in /etc/runlevels but for whatever reason it isn't being used as before.
So, as explained elsewhere, if you see any services in the nonetwork level you might want to move them to default instead:
$ rc-update
(check if any line says nonetwork)
# rc-update del servicename nonetwork
# rc-update add servicename default
But if you didn't have any services in there which you were using, you might not need to do this.