Re: Help please, calamares installer doesn't work with custom iso
Reply #8 –
When did you install a test runit live-iso?
The problem is not the iso-profiles but calamares itself and the package base [line 27 in artix-service script].
COMMANDS[enable]="ln -s /etc/runit/sv/${SV} /run/runit/service/"
in my humble opinion, line 27 should look like this:
COMMANDS[enable]="ln -s /etc/runit/sv/${SV} /etc/runit/runsvdir/default"
You can start the missing services manually after installation, but I don't think that's how it's supposed to be.