Q: How to migrate from Arch to Artix on ARM (odroid c2)? 13 October 2018, 09:30:07 HelloI would like to migrate from Arch to Artix on my Odroid C2, but do not know what is a start point. Is there a guide how to compile Artix sources from the scratch? Maybe i need to compile only some of packages?
Re: Q: How to migrate from Arch to Artix on ARM (odroid c2)? Reply #1 – 13 October 2018, 10:30:26 Quote from: gloom – on 13 October 2018, 09:30:07HelloI would like to migrate from Arch to Artix on my Odroid C2, but do not know what is a start point. Is there a guide how to compile Artix sources from the scratch? Maybe i need to compile only some of packages?Hey!I have made the same with Orange Pi PC2 in September. To make bootable system you don't need much packages to be rebuilt: there must be init system, eudev, systemd-dummy, dbus, elogind and some of their dependencies. I have them already packaged but they are a bit outdated. I may send these packages as one archive if you want (i use runit as init)Also in order to install init scripts put artix repos in your mirrorlist but you should put rebuilt artix packages in ignore list in pacman.conf
Re: Q: How to migrate from Arch to Artix on ARM (odroid c2)? Reply #2 – 13 October 2018, 16:12:20 Quote from: phoenix_king_rus – on 13 October 2018, 10:30:26To make bootable system you don't need much packages to be rebuilt: there must be init system, eudev, systemd-dummy, dbus, elogind and some of their dependencies.How did you compile cross-dependent packages?
Re: Q: How to migrate from Arch to Artix on ARM (odroid c2)? Reply #3 – 13 October 2018, 16:46:38 Quote from: gloom – on 13 October 2018, 16:12:20How did you compile cross-dependent packages? makepkg --nodeps