Hello friends!
I can't seem to basestrap runit with base... Is the problem on my end? I think it must be something wrong with the package database but I don't know
Enter a number (default=1):
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: openrc and runit are in conflict
==> ERROR: Failed to install packages to new root
error is in command you used.
Check the wiki:
https://wiki.artixlinux.org/Main/Installation#Install_base_system
in short: add -i option or add elogind-runit
I did add the -i though.....
Proper basestrap has two options.
Interactive, and non interactive.
Non interactive specifies the elogind init script additionally to base, interactive lets you chose from the 3 elogind init options, elogind-openrc, elogind-s6, elogind-runit.
Non interactive:
basestrap /mnt base elogind-<init>
Interactive:
basestrap -i /mnt base
Just adding -i didn't work, but adding elogind-runit made it work.