[SOLVED] Enabling runit -> No such file or directory
I am trying to install Artix (with runit) for the first time.
I could follow the installation instructions in the Artix Wiki up to the point of the Network configuration (before the first reboot). I am just past the grub installation and bootloader config, in chroot /mnt mode. I have installed connman (with cmst for later LXQt):
pacman -S connman-runit cmst
and then I tried to enable runit by
ln -s /etc/runit/sv/connmand /run/runit/service
However, this fails. The response is:
In: failed to create symbolic link '/run/runit/service': No such file or directory
my /run directory has only blkid as subdirectory. There is no /run/runit . (I can see that /etc/runit/sv/connmand exits)
How should I proceed from here?