Hello frens! Im currently installing artix my first time as a base install to get more comfy with linux. I partitioned, changed the types etc. etc and was typing
basestrap /mnt base base-devel openrc vim
and following was the output (its a vm so only screenshot sry., its in the first pic)
i searched on the itnernet but couldnt find anything. why is dinit and openrc in conflict, i thought im installing openrc now, what even is dinit?dont know why the rest is there.
Thank you :3
When you install elogind, you choose the default option (elogind-dinit), but you need elogind-openrc because you chose that init.
basestrap /mnt base base-devel openrc elogind-openrc vim
thank you very much, it works now