Cannot create runit symlink after install
I have installed Artix Linux through the command line correctly on my computer, up until the point where I reboot it.
While booting up, the following two messages show up:
ln: failed to create regular file: '/run/runit/stopit': No such file or directory
And:
In: failed to create symbolic link '/run/runit/service': No such file or directory
After that, I don't even get a login prompt, so I get stuck at this part.
This is the second time I'm trying to install Artix, and the same problem showed up again, at the same place.
It is my first time installing a Linux with runit. I've never used openrc or s6.
What I have tried to do:
- Following the normal install instructions during the runit part
- booting through the live media and creating the /run/runit directoy (obviously wouldn't work)
- chrooting and doing the above
- symlinking /etc/runit/runsvdir/default to /run/runit/service (while chrooted ofc)