Re: Manual intervention potentially required for OpenRC 0.62.2
Reply #5 –
Just for a clear explanation of the solution, what you want to do is:
$ mv /etc/runlevels/default /etc/runlevels/default.bak
$ sudo pacman -Syyu
$ cp /etc/runlevels/default.bak/* /etc/runlevels/default/
$ sudo reboot # to check that default loads again
this will keep a full backup of default runlevel operations. yeah you can just move or delete the two files, but this is how i did it, as it felt safer to me (even if that is just all mental
)