Re: Project Vole now Artix Linux based (runit)
Reply #4 –
It's dead easy, provided you're running Artix.
% sudo pacman -Sy artools
% cd ~/artools-workspace # default working dir
% git clone https://gitea.artixlinux.org/artix/iso-profiles.git
All user settings are read from ~/.config/artools/*.conf, if they're missing you can copy them over from /etc/artools/. In the profiles, there are currently 2 branches, master and community. In the former you'll find the profiles of the official base, lxqt etc flavours (mate is still WIP); in the latter the ones for the fat mate-lxde and plasma-lxqt ISOs. You can copy any profile you feel closer to your taste in a new subdirectory, say spectrwm and then edit the package lists (dependencies are handled automagically), chose the login manager etc. Once satisfied, just run buildiso:
% buildiso -p spectrwm -i runit
If buildiso complains and throws any errors, it's usually trivial to amend. May I also add that @konimex (the runit guy in Artix) has specifically requested not to make any "fat" ISOs with runit, so you should stick with the slim profiles from master.